From 36515a6949ab705c2f4d7086371634774220fcd1 Mon Sep 17 00:00:00 2001 From: Adam Anthony Date: Sat, 18 Apr 2026 11:47:54 -0400 Subject: [PATCH] fix: remove LocalRegistryHost (not available in helmchart.yaml context) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add SDK to builder section so it gets bundled for airgap. Remove the values-section registry override — EC3 may auto-mirror proxy.replicated.com for airgap; if not, we'll address it after confirming what functions are available in this template context. Co-Authored-By: Claude Sonnet 4.6 --- helmchart.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/helmchart.yaml b/helmchart.yaml index 470f68b..f05fa65 100644 --- a/helmchart.yaml +++ b/helmchart.yaml @@ -17,9 +17,6 @@ spec: registry: 'repl{{ ReplicatedImageRegistry "ghcr.io" }}' repository: 'aa-replicated/gameshelf' pullPolicy: IfNotPresent - replicated: - image: - registry: 'repl{{ LocalRegistryHost | default "proxy.replicated.com" }}' postgresql: image: registry: 'repl{{ ReplicatedImageRegistry "index.docker.io" }}' @@ -30,6 +27,10 @@ spec: image: registry: "ghcr.io" repository: "aa-replicated/gameshelf" + replicated: + image: + registry: "proxy.replicated.com" + repository: "library/replicated-sdk-image" postgresql: image: registry: "docker.io"