Skip to content

Commit 98aaef7

Browse files
feat: update registry version (#938)
updated registry version Co-authored-by: sgalsaleh <39952863+sgalsaleh@users.noreply.github.com>
1 parent c26a121 commit 98aaef7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkg/addons/registry/static/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ version: 2.2.3
99
location: oci://proxy.replicated.com/anonymous/registry.replicated.com/ec-charts/docker-registry
1010
images:
1111
registry:
12-
repo: proxy.replicated.com/anonymous/registry
13-
tag: 2.8.3@sha256:5d4d001e01c8543f233d392f5519deb0d299ca89447484dab98bbd957e18c2eb
12+
repo: proxy.replicated.com/anonymous/replicated/ec-registry
13+
tag: 3.0.0-r1@sha256:13e64b7ce464672c55306e7bcbe21692d8b7816640607f13d006fba4e351d44d

pkg/addons/registry/static/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ extraVolumes:
2525
secretName: registry-auth
2626
fullnameOverride: registry
2727
image:
28-
repository: 'proxy.replicated.com/anonymous/registry'
29-
tag: '2.8.3@sha256:5d4d001e01c8543f233d392f5519deb0d299ca89447484dab98bbd957e18c2eb'
28+
repository: 'proxy.replicated.com/anonymous/replicated/ec-registry'
29+
tag: '3.0.0-r1@sha256:13e64b7ce464672c55306e7bcbe21692d8b7816640607f13d006fba4e351d44d'
3030
persistence:
3131
accessMode: ReadWriteOnce
3232
enabled: true

0 commit comments

Comments
 (0)