Skip to content

Commit d7fd9e1

Browse files
fix(deps): Update Nutanix CCM Version (#1016)
Update nutanix ccm version to v0.5.0
1 parent 1da15fa commit d7fd9e1

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
@@ -41,7 +41,7 @@ data:
4141
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://kubernetes-sigs.github.io/node-feature-discovery/charts{{ end }}'
4242
nutanix-ccm: |
4343
ChartName: nutanix-cloud-provider
44-
ChartVersion: 0.4.1
44+
ChartVersion: 0.5.0
4545
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://nutanix.github.io/helm/{{ end }}'
4646
nutanix-storage-csi: |
4747
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
@@ -50,7 +50,7 @@ repositories:
5050
repoURL: https://nutanix.github.io/helm/
5151
charts:
5252
nutanix-cloud-provider:
53-
- 0.4.1
53+
- 0.5.0
5454
nutanix-csi-storage:
5555
repoURL: https://nutanix.github.io/helm-releases/
5656
charts:

make/addons.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export AWS_CCM_VERSION_129 := v1.29.6
1919
export AWS_CCM_VERSION_130 := v1.30.3
2020
export AWS_CCM_VERSION_131 := v1.31.1
2121

22-
export NUTANIX_CCM_CHART_VERSION := 0.4.1
22+
export NUTANIX_CCM_CHART_VERSION := 0.5.0
2323

2424
export KUBE_VIP_VERSION := v0.8.3
2525

0 commit comments

Comments
 (0)