From 8af51a81d6fe8564cbd015cc9db04e1516d5edd1 Mon Sep 17 00:00:00 2001 From: Adam Anthony Date: Fri, 17 Apr 2026 19:16:01 -0400 Subject: [PATCH] fix: override replicated SDK image for airgap installs SDK defaults to proxy.replicated.com which is unreachable in airgap. Use ReplicatedImageRegistry/Repository so it routes to local registry. Co-Authored-By: Claude Sonnet 4.6 --- helmchart.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helmchart.yaml b/helmchart.yaml index e0ca0c8..626cca2 100644 --- a/helmchart.yaml +++ b/helmchart.yaml @@ -15,6 +15,10 @@ spec: registry: 'repl{{ ReplicatedImageRegistry "ghcr.io/aa-replicated/gameshelf" }}' repository: 'repl{{ ReplicatedImageRepository "ghcr.io/aa-replicated/gameshelf" }}' pullPolicy: IfNotPresent + replicated: + image: + registry: 'repl{{ ReplicatedImageRegistry "registry.replicated.com/library/replicated-sdk-image" }}' + repository: 'repl{{ ReplicatedImageRepository "registry.replicated.com/library/replicated-sdk-image" }}' postgresql: image: registry: 'repl{{ ReplicatedImageRegistry "index.docker.io/bitnami/postgresql" }}'