Skip to content

Commit

Permalink
feat: update Nutanix CSI to 3.1.0 (#956)
Browse files Browse the repository at this point in the history
**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.
-->
  • Loading branch information
dkoshkin authored Oct 29, 2024
1 parent 9d922aa commit fb5a68a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
ChartVersion: 3.1.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
Expand Down
2 changes: 1 addition & 1 deletion hack/addons/mindthegap-helm-registry/repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ repositories:
repoURL: https://nutanix.github.io/helm-releases/
charts:
nutanix-csi-storage:
- 3.0.0
- 3.1.0
snapshot-controller:
repoURL: https://piraeus.io/helm-charts/
charts:
Expand Down
2 changes: 1 addition & 1 deletion make/addons.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export CILIUM_VERSION := 1.16.2
export NODE_FEATURE_DISCOVERY_VERSION := 0.16.4
export CLUSTER_AUTOSCALER_CHART_VERSION := 9.40.0
export AWS_EBS_CSI_CHART_VERSION := 2.35.1
export NUTANIX_STORAGE_CSI_CHART_VERSION := 3.0.0
export NUTANIX_STORAGE_CSI_CHART_VERSION := 3.1.0
export LOCAL_PATH_CSI_CHART_VERSION := 0.0.29
export SNAPSHOT_CONTROLLER_CHART_VERSION := 3.0.6
# AWS CCM uses the same chart version for all kubernetes versions. The image used in the deployment will
Expand Down

0 comments on commit fb5a68a

Please sign in to comment.