diff --git a/charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml b/charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml index afd9164b0..9f60216b5 100644 --- a/charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml +++ b/charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml @@ -33,7 +33,7 @@ data: RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://mesosphere.github.io/charts/staging/{{ end }}' cosi-controller: | ChartName: cosi - ChartVersion: 0.0.1-alpha.5 + ChartVersion: 0.2.2 RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://mesosphere.github.io/charts/stable/{{ end }}' konnector-agent: | ChartName: konnector-agent diff --git a/hack/addons/helm-chart-bundler/repos.yaml b/hack/addons/helm-chart-bundler/repos.yaml index be0ab40af..f177c46cc 100644 --- a/hack/addons/helm-chart-bundler/repos.yaml +++ b/hack/addons/helm-chart-bundler/repos.yaml @@ -35,7 +35,7 @@ repositories: repoURL: https://mesosphere.github.io/charts/stable/ charts: cosi: - - 0.0.1-alpha.5 + - 0.2.2 docker-registry: repoURL: https://mesosphere.github.io/charts/staging/ charts: diff --git a/make/addons.mk b/make/addons.mk index da1cab097..9c532c965 100644 --- a/make/addons.mk +++ b/make/addons.mk @@ -27,7 +27,7 @@ export KUBE_VIP_VERSION := v0.9.2 export METALLB_CHART_VERSION := 0.15.2 -export COSI_CONTROLLER_VERSION := 0.0.1-alpha.5 +export COSI_CONTROLLER_VERSION := 0.2.2 export KONNECTOR_AGENT_VERSION := 1.3.0