From c7c1307de881dc14de64f474ed8206cbb31326d9 Mon Sep 17 00:00:00 2001 From: Zhehao Li Date: Fri, 21 Aug 2026 14:15:48 -0700 Subject: [PATCH] chore: bump version to v0.4.4 --- Makefile | 2 +- charts/gpu-provisioner/Chart.yaml | 4 ++-- charts/gpu-provisioner/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 7fc46d3f..14e09b16 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= v0.4.3 +VERSION ?= v0.4.4 # 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 32afa392..78c00003 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.3 -appVersion: 0.4.3 +version: 0.4.4 +appVersion: 0.4.4 sources: - https://github.com/Azure/gpu-provisioner maintainers: diff --git a/charts/gpu-provisioner/values.yaml b/charts/gpu-provisioner/values.yaml index 087e9fc7..c173023a 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.3 + tag: 0.4.4 # -- SHA256 digest of the controller image. digest: "" # -- SecurityContext for the controller container.