From 4dc6c9c3f95517b2a873a1dcce68e09e710aa889 Mon Sep 17 00:00:00 2001 From: prajnutanix Date: Thu, 25 Sep 2025 20:35:43 +0000 Subject: [PATCH] feat: update Nutanix CSI to 3.3.8 --- .../templates/helm-config.yaml | 2 +- hack/addons/helm-chart-bundler/repos.yaml | 2 +- make/addons.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml b/charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml index 442828e9d..22480ef28 100644 --- a/charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml +++ b/charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml @@ -49,7 +49,7 @@ data: RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://nutanix.github.io/helm/{{ end }}' nutanix-storage-csi: | ChartName: nutanix-csi-storage - ChartVersion: 3.3.4 + ChartVersion: 3.3.8 RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://nutanix.github.io/helm-releases/{{ end }}' registry-syncer: | ChartName: registry-syncer diff --git a/hack/addons/helm-chart-bundler/repos.yaml b/hack/addons/helm-chart-bundler/repos.yaml index c34cc3102..6bd52b84a 100644 --- a/hack/addons/helm-chart-bundler/repos.yaml +++ b/hack/addons/helm-chart-bundler/repos.yaml @@ -60,7 +60,7 @@ repositories: repoURL: https://nutanix.github.io/helm-releases/ charts: nutanix-csi-storage: - - 3.3.4 + - 3.3.8 registry-syncer: repoURL: https://mesosphere.github.io/charts/staging/ charts: diff --git a/make/addons.mk b/make/addons.mk index f11474039..74b3977e1 100644 --- a/make/addons.mk +++ b/make/addons.mk @@ -6,7 +6,7 @@ export CILIUM_VERSION := 1.17.4 export NODE_FEATURE_DISCOVERY_VERSION := 0.17.3 export CLUSTER_AUTOSCALER_CHART_VERSION := 9.48.0 export AWS_EBS_CSI_CHART_VERSION := 2.48.0 -export NUTANIX_STORAGE_CSI_CHART_VERSION := 3.3.4 +export NUTANIX_STORAGE_CSI_CHART_VERSION := 3.3.8 export LOCAL_PATH_CSI_CHART_VERSION := 0.0.31 export SNAPSHOT_CONTROLLER_CHART_VERSION := 4.0.2 # AWS CCM uses the same chart version for all kubernetes versions. The image used in the deployment will