Skip to content

Commit 32c3053

Browse files
Merge pull request #33 from aa-replicated/fix/bitnami-proxy-hostname
fix: use proxy.replicated.com for bitnami subchart registries
2 parents c80993e + 3d48e18 commit 32c3053

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

chart/gameshelf/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ adminSecret: "changeme" # REQUIRED — set a strong secret, e.g. --set adminSec
6868
postgresql:
6969
enabled: true
7070
image:
71-
registry: proxy.adamanthony.dev/proxy/gameshelf/index.docker.io
71+
registry: proxy.replicated.com/proxy/gameshelf/index.docker.io
7272
volumePermissions:
7373
image:
74-
registry: proxy.adamanthony.dev/proxy/gameshelf/index.docker.io
74+
registry: proxy.replicated.com/proxy/gameshelf/index.docker.io
7575
auth:
7676
database: gameshelf
7777
username: gameshelf
@@ -99,7 +99,7 @@ externalDatabase:
9999
redis:
100100
enabled: true
101101
image:
102-
registry: proxy.adamanthony.dev/proxy/gameshelf/index.docker.io
102+
registry: proxy.replicated.com/proxy/gameshelf/index.docker.io
103103
architecture: standalone
104104
auth:
105105
enabled: false

0 commit comments

Comments
 (0)