File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
charts/cluster-api-runtime-extensions-nutanix/templates
kustomize/cncf-distribution-registry 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 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
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments