Skip to content

Commit c736364

Browse files
authored
feat: update Nutanix CSI to 3.3.4 (#1179)
**What problem does this PR solve?**: **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent 57417e2 commit c736364

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.3
52+
ChartVersion: 3.3.4
5353
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://nutanix.github.io/helm-releases/{{ end }}'
5454
snapshot-controller: |
5555
ChartName: snapshot-controller

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.3
63+
- 3.3.4
6464
snapshot-controller:
6565
repoURL: https://piraeus.io/helm-charts/
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.17.4
66
export NODE_FEATURE_DISCOVERY_VERSION := 0.17.3
77
export CLUSTER_AUTOSCALER_CHART_VERSION := 9.46.6
88
export AWS_EBS_CSI_CHART_VERSION := 2.44.0
9-
export NUTANIX_STORAGE_CSI_CHART_VERSION := 3.3.3
9+
export NUTANIX_STORAGE_CSI_CHART_VERSION := 3.3.4
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)