File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
charts/cluster-api-runtime-extensions-nutanix/templates
hack/addons/helm-chart-bundler Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://kubernetes-sigs.github.io/node-feature-discovery/charts{{ end }}'
42
42
nutanix-ccm : |
43
43
ChartName: nutanix-cloud-provider
44
- ChartVersion: 0.4.1
44
+ ChartVersion: 0.5.0
45
45
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://nutanix.github.io/helm/{{ end }}'
46
46
nutanix-storage-csi : |
47
47
ChartName: nutanix-csi-storage
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ repositories:
50
50
repoURL : https://nutanix.github.io/helm/
51
51
charts :
52
52
nutanix-cloud-provider :
53
- - 0.4.1
53
+ - 0.5.0
54
54
nutanix-csi-storage :
55
55
repoURL : https://nutanix.github.io/helm-releases/
56
56
charts :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export AWS_CCM_VERSION_129 := v1.29.6
19
19
export AWS_CCM_VERSION_130 := v1.30.3
20
20
export AWS_CCM_VERSION_131 := v1.31.1
21
21
22
- export NUTANIX_CCM_CHART_VERSION := 0.4.1
22
+ export NUTANIX_CCM_CHART_VERSION := 0.5.0
23
23
24
24
export KUBE_VIP_VERSION := v0.8.3
25
25
You can’t perform that action at this time.
0 commit comments