Skip to content

Commit f1a860c

Browse files
fix(ccm): Update Nutanix CCM to v0.5.2 (#1220)
Update Nutanix CCM to v0.5.2 which is built with kubernetes 1.33 dependencies. * updated NUTANIX_CCM_CHART_VERSION to v0.5.2 and ran `make addons.sync`
1 parent cc7de7e commit f1a860c

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
@@ -45,7 +45,7 @@ data:
4545
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://kubernetes-sigs.github.io/node-feature-discovery/charts{{ end }}'
4646
nutanix-ccm: |
4747
ChartName: nutanix-cloud-provider
48-
ChartVersion: 0.5.0
48+
ChartVersion: 0.5.2
4949
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://nutanix.github.io/helm/{{ end }}'
5050
nutanix-storage-csi: |
5151
ChartName: nutanix-csi-storage

hack/addons/helm-chart-bundler/repos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ repositories:
5555
repoURL: https://nutanix.github.io/helm/
5656
charts:
5757
nutanix-cloud-provider:
58-
- 0.5.0
58+
- 0.5.2
5959
nutanix-csi-storage:
6060
repoURL: https://nutanix.github.io/helm-releases/
6161
charts:

make/addons.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export AWS_CCM_VERSION_131 := v1.31.5
1818
export AWS_CCM_VERSION_132 := v1.32.1
1919
export AWS_CCM_VERSION_133 := v1.33.0
2020

21-
export NUTANIX_CCM_CHART_VERSION := 0.5.0
21+
export NUTANIX_CCM_CHART_VERSION := 0.5.2
2222

2323
export KUBE_VIP_VERSION := v0.9.1
2424

0 commit comments

Comments
 (0)