Skip to content

Commit 12b55b1

Browse files
committed
feat: update Nutanix CSI to 3.3.8
Signed-off-by: prajnutanix <prajwal.muralidhara@nutanix.com>
1 parent b741e77 commit 12b55b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ data:
4949
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://nutanix.github.io/helm/{{ end }}'
5050
nutanix-storage-csi: |
5151
ChartName: nutanix-csi-storage
52-
ChartVersion: 3.3.4
52+
ChartVersion: 3.3.8
5353
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://nutanix.github.io/helm-releases/{{ end }}'
5454
registry-syncer: |
5555
ChartName: registry-syncer

hack/addons/helm-chart-bundler/repos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ repositories:
6060
repoURL: https://nutanix.github.io/helm-releases/
6161
charts:
6262
nutanix-csi-storage:
63-
- 3.3.4
63+
- 3.3.8
6464
registry-syncer:
6565
repoURL: https://mesosphere.github.io/charts/staging/
6666
charts:

make/addons.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export CILIUM_VERSION := 1.18.2
66
export NODE_FEATURE_DISCOVERY_VERSION := 0.17.3
77
export CLUSTER_AUTOSCALER_CHART_VERSION := 9.48.0
88
export AWS_EBS_CSI_CHART_VERSION := 2.48.0
9-
export NUTANIX_STORAGE_CSI_CHART_VERSION := 3.3.4
9+
export NUTANIX_STORAGE_CSI_CHART_VERSION := 3.3.8
1010
export LOCAL_PATH_CSI_CHART_VERSION := 0.0.31
1111
export SNAPSHOT_CONTROLLER_CHART_VERSION := 4.0.2
1212
# AWS CCM uses the same chart version for all kubernetes versions. The image used in the deployment will

0 commit comments

Comments
 (0)