Skip to content

Commit 7e14622

Browse files
committed
build: update cncf-distribution-registry chart to 2.3.2
This includes TLS fixes in the chart.
1 parent f2818d7 commit 7e14622

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ data:
2525
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://kubernetes.github.io/autoscaler{{ end }}'
2626
cncf-distribution-registry: |
2727
ChartName: docker-registry
28-
ChartVersion: 2.3.1
28+
ChartVersion: 2.3.2
2929
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://mesosphere.github.io/charts/staging/{{ end }}'
3030
cosi-controller: |
3131
ChartName: cosi

hack/addons/helm-chart-bundler/repos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repositories:
3535
repoURL: https://mesosphere.github.io/charts/staging/
3636
charts:
3737
docker-registry:
38-
- 2.3.1
38+
- 2.3.2
3939
local-path-provisioner:
4040
repoURL: https://charts.containeroo.ch
4141
charts:

hack/addons/kustomize/cncf-distribution-registry/kustomization.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ helmCharts:
1818
- name: docker-registry
1919
repo: https://mesosphere.github.io/charts/staging/
2020
releaseName: cncf-distribution-registry
21-
version: 2.3.1
21+
version: 2.3.2
2222
valuesFile: helm-values.yaml
2323
includeCRDs: true
2424
skipTests: true

0 commit comments

Comments
 (0)