File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
charts/cluster-api-runtime-extensions-nutanix/templates
hack/addons/mindthegap-helm-registry Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
RepositoryURL: {{ if .Values.selfHostedRegistry }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://kubernetes-sigs.github.io/node-feature-discovery/charts{{ end }}
38
38
nutanix-ccm : |
39
39
ChartName: nutanix-cloud-provider
40
- ChartVersion: 0.3.3
40
+ ChartVersion: 0.3.4
41
41
RepositoryURL: {{ if .Values.selfHostedRegistry }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://nutanix.github.io/helm/{{ end }}
42
42
nutanix-storage-csi : |
43
43
ChartName: nutanix-csi-storage
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ repositories:
45
45
repoURL : https://nutanix.github.io/helm/
46
46
charts :
47
47
nutanix-cloud-provider :
48
- - 0.3.3
48
+ - 0.3.4
49
49
nutanix-csi-storage :
50
50
repoURL : https://nutanix.github.io/helm-releases/
51
51
charts :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export AWS_CCM_VERSION_128 := v1.28.6
18
18
export AWS_CCM_VERSION_129 := v1.29.3
19
19
export AWS_CCM_VERSION_130 := v1.30.1
20
20
21
- export NUTANIX_CCM_CHART_VERSION := 0.3.3
21
+ export NUTANIX_CCM_CHART_VERSION := 0.3.4
22
22
23
23
export KUBE_VIP_VERSION := v0.8.1
24
24
You can’t perform that action at this time.
0 commit comments