Skip to content

fix: Use correct GA Nutanix CSI version #820

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-2458
ChartVersion: 3.0.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-2458
- 3.0.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.15.6
export NODE_FEATURE_DISCOVERY_VERSION := 0.16.1
export CLUSTER_AUTOSCALER_CHART_VERSION := 9.37.0
export AWS_EBS_CSI_CHART_VERSION := 2.32.0
export NUTANIX_STORAGE_CSI_CHART_VERSION := 3.0.0-2458
export NUTANIX_STORAGE_CSI_CHART_VERSION := 3.0.0
export LOCAL_PATH_CSI_CHART_VERSION := 0.0.29
export SNAPSHOT_CONTROLLER_CHART_VERSION := 3.0.5
# AWS CCM uses the same chart version for all kubernetes versions. The image used in the deployment will
Expand Down
Loading