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 2525 RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://kubernetes.github.io/autoscaler{{ end }}'
2626 cosi-controller : |
2727 ChartName: cosi
28- ChartVersion: 0.0.1-alpha.1
28+ ChartVersion: 0.0.1-alpha.2
2929 RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://mesosphere.github.io/charts/stable/{{ end }}'
3030 local-path-provisioner-csi : |
3131 ChartName: local-path-provisioner
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ repositories:
3030 repoURL : https://mesosphere.github.io/charts/stable/
3131 charts :
3232 cosi :
33- - 0.0.1-alpha.1
33+ - 0.0.1-alpha.2
3434 local-path-provisioner :
3535 repoURL : https://charts.containeroo.ch
3636 charts :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export KUBE_VIP_VERSION := v0.8.3
2525
2626export METALLB_CHART_VERSION := 0.14.8
2727
28- export COSI_CONTROLLER_VERSION := 0.0.1-alpha.1
28+ export COSI_CONTROLLER_VERSION := 0.0.1-alpha.2
2929
3030.PHONY : addons.sync
3131addons.sync : $(addprefix update-addon.,calico cilium nfd cluster-autoscaler snapshot-controller local-path-provisioner-csi aws-ebs-csi kube-vip)
You can’t perform that action at this time.
0 commit comments