From af532ef02348904bce32d47a4f0b176204596b43 Mon Sep 17 00:00:00 2001 From: Adam Anthony Date: Sat, 18 Apr 2026 10:01:07 -0400 Subject: [PATCH] fix: remove SDK registry override, SDK uses proxy.replicated.com natively ReplicatedImageRegistry with noProxy=true returns empty string in beta.1 online installs, causing library/replicated-sdk-image to resolve to docker.io/library/... The SDK chart already references proxy.replicated.com directly and works without any helmchart.yaml override. Co-Authored-By: Claude Sonnet 4.6 --- helmchart.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/helmchart.yaml b/helmchart.yaml index e67f6bb..4a6eab3 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{{ ReplicatedImageRegistry (HelmValue ".replicated.image.registry") true }}' postgresql: image: registry: 'repl{{ ReplicatedImageRegistry "index.docker.io" }}'