Skip to content

Commit fb5a68a

Browse files
authored
feat: update Nutanix CSI to 3.1.0 (#956)
**What problem does this PR solve?**: Updates Nutanix CSI to 3.1.0. **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 9d922aa commit fb5a68a

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
@@ -41,7 +41,7 @@ data:
4141
RepositoryURL: {{ if .Values.selfHostedRegistry }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://nutanix.github.io/helm/{{ end }}
4242
nutanix-storage-csi: |
4343
ChartName: nutanix-csi-storage
44-
ChartVersion: 3.0.0
44+
ChartVersion: 3.1.0
4545
RepositoryURL: {{ if .Values.selfHostedRegistry }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://nutanix.github.io/helm-releases/{{ end }}
4646
snapshot-controller: |
4747
ChartName: snapshot-controller

hack/addons/mindthegap-helm-registry/repos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ repositories:
5050
repoURL: https://nutanix.github.io/helm-releases/
5151
charts:
5252
nutanix-csi-storage:
53-
- 3.0.0
53+
- 3.1.0
5454
snapshot-controller:
5555
repoURL: https://piraeus.io/helm-charts/
5656
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.2
66
export NODE_FEATURE_DISCOVERY_VERSION := 0.16.4
77
export CLUSTER_AUTOSCALER_CHART_VERSION := 9.40.0
88
export AWS_EBS_CSI_CHART_VERSION := 2.35.1
9-
export NUTANIX_STORAGE_CSI_CHART_VERSION := 3.0.0
9+
export NUTANIX_STORAGE_CSI_CHART_VERSION := 3.1.0
1010
export LOCAL_PATH_CSI_CHART_VERSION := 0.0.29
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)