We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f811556 + 36515a6 commit b271083Copy full SHA for b271083
1 file changed
helmchart.yaml
@@ -17,9 +17,6 @@ spec:
17
registry: 'repl{{ ReplicatedImageRegistry "ghcr.io" }}'
18
repository: 'aa-replicated/gameshelf'
19
pullPolicy: IfNotPresent
20
- replicated:
21
- image:
22
- registry: 'repl{{ LocalRegistryHost | default "proxy.replicated.com" }}'
23
postgresql:
24
image:
25
registry: 'repl{{ ReplicatedImageRegistry "index.docker.io" }}'
@@ -30,6 +27,10 @@ spec:
30
27
31
28
registry: "ghcr.io"
32
29
repository: "aa-replicated/gameshelf"
+ replicated:
+ image:
+ registry: "proxy.replicated.com"
33
+ repository: "library/replicated-sdk-image"
34
35
36
registry: "docker.io"
0 commit comments