Skip to content

Commit 566fab2

Browse files
authored
fix: update CCM to 0.3.4 to fix sweet32 issue (#805)
**What problem does this PR solve?**: Update Nutanix CCM Helm Chart to 0.3.4 to fix sweet32 issue <img width="1219" alt="image" src="https://github.com/user-attachments/assets/2e30cb3b-9e11-4b39-b00b-ce2871d209e1">
1 parent f8d2dce commit 566fab2

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
@@ -37,7 +37,7 @@ data:
3737
RepositoryURL: {{ if .Values.selfHostedRegistry }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://kubernetes-sigs.github.io/node-feature-discovery/charts{{ end }}
3838
nutanix-ccm: |
3939
ChartName: nutanix-cloud-provider
40-
ChartVersion: 0.3.3
40+
ChartVersion: 0.3.4
4141
RepositoryURL: {{ if .Values.selfHostedRegistry }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://nutanix.github.io/helm/{{ end }}
4242
nutanix-storage-csi: |
4343
ChartName: nutanix-csi-storage

hack/addons/mindthegap-helm-registry/repos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repositories:
4545
repoURL: https://nutanix.github.io/helm/
4646
charts:
4747
nutanix-cloud-provider:
48-
- 0.3.3
48+
- 0.3.4
4949
nutanix-csi-storage:
5050
repoURL: https://nutanix.github.io/helm-releases/
5151
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_128 := v1.28.6
1818
export AWS_CCM_VERSION_129 := v1.29.3
1919
export AWS_CCM_VERSION_130 := v1.30.1
2020

21-
export NUTANIX_CCM_CHART_VERSION := 0.3.3
21+
export NUTANIX_CCM_CHART_VERSION := 0.3.4
2222

2323
export KUBE_VIP_VERSION := v0.8.1
2424

0 commit comments

Comments
 (0)