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 b71046d3c..4567626fc 100644 --- a/charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml +++ b/charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml @@ -25,7 +25,7 @@ data: RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://kubernetes.github.io/autoscaler{{ end }}' cncf-distribution-registry: | ChartName: docker-registry - ChartVersion: 2.3.4 + ChartVersion: 2.3.5 RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://mesosphere.github.io/charts/staging/{{ end }}' cosi-controller: | ChartName: cosi diff --git a/hack/addons/helm-chart-bundler/repos.yaml b/hack/addons/helm-chart-bundler/repos.yaml index bbe28d7bc..33b3d9ea8 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/staging/ charts: docker-registry: - - 2.3.4 + - 2.3.5 local-path-provisioner: repoURL: https://charts.containeroo.ch charts: diff --git a/hack/addons/kustomize/cncf-distribution-registry/kustomization.yaml.tmpl b/hack/addons/kustomize/cncf-distribution-registry/kustomization.yaml.tmpl index 1be3ccb2d..208b2d3c1 100644 --- a/hack/addons/kustomize/cncf-distribution-registry/kustomization.yaml.tmpl +++ b/hack/addons/kustomize/cncf-distribution-registry/kustomization.yaml.tmpl @@ -18,7 +18,7 @@ helmCharts: - name: docker-registry repo: https://mesosphere.github.io/charts/staging/ releaseName: cncf-distribution-registry - version: 2.3.4 + version: 2.3.5 valuesFile: helm-values.yaml includeCRDs: true skipTests: true