Skip to content

Commit e6f09ca

Browse files
fix: updating nutanix-cloud-provider to v0.6.0 (#1401)
fix: updating nutanix-cloud-provider to v0.6.0
1 parent de0877d commit e6f09ca

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
@@ -57,7 +57,7 @@ data:
5757
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://kubernetes-sigs.github.io/node-feature-discovery/charts{{ end }}'
5858
nutanix-ccm: |
5959
ChartName: nutanix-cloud-provider
60-
ChartVersion: 0.5.2
60+
ChartVersion: 0.6.0
6161
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://nutanix.github.io/helm/{{ end }}'
6262
nutanix-storage-csi: |
6363
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
@@ -70,7 +70,7 @@ repositories:
7070
repoURL: https://nutanix.github.io/helm/
7171
charts:
7272
nutanix-cloud-provider:
73-
- 0.5.2
73+
- 0.6.0
7474
nutanix-csi-storage:
7575
repoURL: https://nutanix.github.io/helm-releases/
7676
charts:

make/addons.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export AWS_CCM_VERSION_134 := v1.34.0
2121

2222
export AWS_LOAD_BALANCER_CONTROLLER_CHART_VERSION := 1.13.4
2323

24-
export NUTANIX_CCM_CHART_VERSION := 0.5.2
24+
export NUTANIX_CCM_CHART_VERSION := 0.6.0
2525

2626
export KUBE_VIP_VERSION := v0.9.2
2727

0 commit comments

Comments
 (0)