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 4c3ae6ffb..80ddf7d1b 100644 --- a/charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml +++ b/charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml @@ -41,7 +41,7 @@ data: RepositoryURL: {{ if .Values.selfHostedRegistry }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://nutanix.github.io/helm/{{ end }} nutanix-storage-csi: | ChartName: nutanix-csi-storage - ChartVersion: 3.0.0-2458 + ChartVersion: 3.0.0 RepositoryURL: {{ if .Values.selfHostedRegistry }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://nutanix.github.io/helm-releases/{{ end }} snapshot-controller: | ChartName: snapshot-controller diff --git a/hack/addons/mindthegap-helm-registry/repos.yaml b/hack/addons/mindthegap-helm-registry/repos.yaml index 5d0b19bbb..bb6254e9f 100644 --- a/hack/addons/mindthegap-helm-registry/repos.yaml +++ b/hack/addons/mindthegap-helm-registry/repos.yaml @@ -50,7 +50,7 @@ repositories: repoURL: https://nutanix.github.io/helm-releases/ charts: nutanix-csi-storage: - - 3.0.0-2458 + - 3.0.0 snapshot-controller: repoURL: https://piraeus.io/helm-charts/ charts: diff --git a/make/addons.mk b/make/addons.mk index 669ba5ecd..af4335dea 100644 --- a/make/addons.mk +++ b/make/addons.mk @@ -6,7 +6,7 @@ export CILIUM_VERSION := 1.15.6 export NODE_FEATURE_DISCOVERY_VERSION := 0.16.1 export CLUSTER_AUTOSCALER_CHART_VERSION := 9.37.0 export AWS_EBS_CSI_CHART_VERSION := 2.32.0 -export NUTANIX_STORAGE_CSI_CHART_VERSION := 3.0.0-2458 +export NUTANIX_STORAGE_CSI_CHART_VERSION := 3.0.0 export LOCAL_PATH_CSI_CHART_VERSION := 0.0.29 export SNAPSHOT_CONTROLLER_CHART_VERSION := 3.0.5 # AWS CCM uses the same chart version for all kubernetes versions. The image used in the deployment will