Skip to content

Commit

Permalink
fix(deps): Update Nutanix CCM Version (#1016)
Browse files Browse the repository at this point in the history
Update nutanix ccm version to v0.5.0
  • Loading branch information
thunderboltsid authored Jan 16, 2025
1 parent 1da15fa commit d7fd9e1
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.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 @@ -50,7 +50,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.1

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

0 comments on commit d7fd9e1

Please sign in to comment.