Skip to content

Commit b271083

Browse files
Merge pull request #57 from aa-replicated/demo/tier4
fix: add SDK and gameshelf to builder section for airgap bundling
2 parents f811556 + 36515a6 commit b271083

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

helmchart.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ spec:
1717
registry: 'repl{{ ReplicatedImageRegistry "ghcr.io" }}'
1818
repository: 'aa-replicated/gameshelf'
1919
pullPolicy: IfNotPresent
20-
replicated:
21-
image:
22-
registry: 'repl{{ LocalRegistryHost | default "proxy.replicated.com" }}'
2320
postgresql:
2421
image:
2522
registry: 'repl{{ ReplicatedImageRegistry "index.docker.io" }}'
@@ -30,6 +27,10 @@ spec:
3027
image:
3128
registry: "ghcr.io"
3229
repository: "aa-replicated/gameshelf"
30+
replicated:
31+
image:
32+
registry: "proxy.replicated.com"
33+
repository: "library/replicated-sdk-image"
3334
postgresql:
3435
image:
3536
registry: "docker.io"

0 commit comments

Comments
 (0)