Skip to content

fix(deps): Update Nutanix CCM Version (#1016) #1049

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
Feb 17, 2025
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 @@ -37,7 +37,7 @@ data:
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://kubernetes-sigs.github.io/node-feature-discovery/charts{{ end }}'
nutanix-ccm: |
ChartName: nutanix-cloud-provider
ChartVersion: 0.4.1
ChartVersion: 0.5.0
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://nutanix.github.io/helm/{{ end }}'
nutanix-storage-csi: |
ChartName: nutanix-csi-storage
Expand Down
2 changes: 1 addition & 1 deletion hack/addons/helm-chart-bundler/repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repositories:
repoURL: https://nutanix.github.io/helm/
charts:
nutanix-cloud-provider:
- 0.4.1
- 0.5.0
nutanix-csi-storage:
repoURL: https://nutanix.github.io/helm-releases/
charts:
Expand Down
2 changes: 1 addition & 1 deletion make/addons.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export AWS_CCM_VERSION_129 := v1.29.6
export AWS_CCM_VERSION_130 := v1.30.3
export AWS_CCM_VERSION_131 := v1.31.0

export NUTANIX_CCM_CHART_VERSION := 0.4.1
export NUTANIX_CCM_CHART_VERSION := 0.5.0

export KUBE_VIP_VERSION := v0.8.3

Expand Down
Loading