Skip to content

Commit b0a8b11

Browse files
feat(addon): Update CSI version to v3.3.3
CSI 3.3.x doesn't fail to come up on PC 7.3
1 parent d8d0387 commit b0a8b11

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
@@ -45,7 +45,7 @@ data:
4545
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://nutanix.github.io/helm/{{ end }}'
4646
nutanix-storage-csi: |
4747
ChartName: nutanix-csi-storage
48-
ChartVersion: 3.2.0
48+
ChartVersion: 3.3.3
4949
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://nutanix.github.io/helm-releases/{{ end }}'
5050
snapshot-controller: |
5151
ChartName: snapshot-controller

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ repositories:
5555
repoURL: https://nutanix.github.io/helm-releases/
5656
charts:
5757
nutanix-csi-storage:
58-
- 3.2.0
58+
- 3.3.3
5959
snapshot-controller:
6060
repoURL: https://piraeus.io/helm-charts/
6161
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.16.7
66
export NODE_FEATURE_DISCOVERY_VERSION := 0.16.6
77
export CLUSTER_AUTOSCALER_CHART_VERSION := 9.43.2
88
export AWS_EBS_CSI_CHART_VERSION := 2.37.0
9-
export NUTANIX_STORAGE_CSI_CHART_VERSION := 3.2.0
9+
export NUTANIX_STORAGE_CSI_CHART_VERSION := 3.3.3
1010
export LOCAL_PATH_CSI_CHART_VERSION := 0.0.30
1111
export SNAPSHOT_CONTROLLER_CHART_VERSION := 3.0.6
1212
# AWS CCM uses the same chart version for all kubernetes versions. The image used in the deployment will

0 commit comments

Comments
 (0)