diff --git a/Makefile b/Makefile index 04c0e35e..7fc46d3f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= v0.4.2 +VERSION ?= v0.4.3 # Image URL to use all building/pushing image targets REGISTRY ?= ghcr.io/azure/gpu-provisioner IMG_NAME ?= gpu-provisioner diff --git a/charts/gpu-provisioner/Chart.yaml b/charts/gpu-provisioner/Chart.yaml index bb3307b6..e665af97 100644 --- a/charts/gpu-provisioner/Chart.yaml +++ b/charts/gpu-provisioner/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: gpu-provisioner description: A Helm chart for gpu-provisioner type: application -version: 0.4.2 -appVersion: 0.4.2 +version: 0.4.3 +appVersion: 0.4.3 sources: - https://github.com/Azure/gpu-provisioner maintainers: diff --git a/charts/gpu-provisioner/values.yaml b/charts/gpu-provisioner/values.yaml index 5fdd9a8b..087e9fc7 100644 --- a/charts/gpu-provisioner/values.yaml +++ b/charts/gpu-provisioner/values.yaml @@ -105,7 +105,7 @@ controller: # -- Repository path to the controller image. repository: mcr.microsoft.com/aks/kaito/gpu-provisioner # -- Tag of the controller image. - tag: 0.4.2 + tag: 0.4.3 # -- SHA256 digest of the controller image. digest: "" # -- SecurityContext for the controller container.