Skip to content

Commit 57f0d26

Browse files
authored
fix: update CNCF registry version to 2.3.4, app version 2.8.3 (#1150)
**What problem does this PR solve?**: This version picks up CVE fixes in the registry image. (Updating to 3.0 will be handled as a separate PR.) **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent 6a50339 commit 57f0d26

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.2
28+
ChartVersion: 2.3.4
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.2
38+
- 2.3.4
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.2
21+
version: 2.3.4
2222
valuesFile: helm-values.yaml
2323
includeCRDs: true
2424
skipTests: true

0 commit comments

Comments
 (0)