diff --git a/pkg/addons/registry/static/metadata.yaml b/pkg/addons/registry/static/metadata.yaml index 974c000c66..63c6b5ffd2 100644 --- a/pkg/addons/registry/static/metadata.yaml +++ b/pkg/addons/registry/static/metadata.yaml @@ -9,5 +9,5 @@ version: 2.2.3 location: oci://proxy.replicated.com/anonymous/registry.replicated.com/ec-charts/docker-registry images: registry: - repo: proxy.replicated.com/anonymous/registry - tag: 2.8.3@sha256:5d4d001e01c8543f233d392f5519deb0d299ca89447484dab98bbd957e18c2eb + repo: proxy.replicated.com/anonymous/replicated/ec-registry + tag: 3.0.0-r1@sha256:13e64b7ce464672c55306e7bcbe21692d8b7816640607f13d006fba4e351d44d diff --git a/pkg/addons/registry/static/values.yaml b/pkg/addons/registry/static/values.yaml index 363a3ff797..5cc123d458 100644 --- a/pkg/addons/registry/static/values.yaml +++ b/pkg/addons/registry/static/values.yaml @@ -25,8 +25,8 @@ extraVolumes: secretName: registry-auth fullnameOverride: registry image: - repository: 'proxy.replicated.com/anonymous/registry' - tag: '2.8.3@sha256:5d4d001e01c8543f233d392f5519deb0d299ca89447484dab98bbd957e18c2eb' + repository: 'proxy.replicated.com/anonymous/replicated/ec-registry' + tag: '3.0.0-r1@sha256:13e64b7ce464672c55306e7bcbe21692d8b7816640607f13d006fba4e351d44d' persistence: accessMode: ReadWriteOnce enabled: true