From b57c998ce4559d11ee5b68bc048bf6d4c11b6fc6 Mon Sep 17 00:00:00 2001 From: Adam Anthony Date: Fri, 17 Apr 2026 15:12:47 -0400 Subject: [PATCH] fix: pass original image refs to ReplicatedImageRegistry/Repository MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These functions take the upstream image reference and wrap it with proxy/local registry as needed — passing the already-proxied URL caused double-prefixing. Co-Authored-By: Claude Sonnet 4.6 --- helmchart.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/helmchart.yaml b/helmchart.yaml index ac6dc94..104e70d 100644 --- a/helmchart.yaml +++ b/helmchart.yaml @@ -12,18 +12,18 @@ spec: siteColor: repl{{ ConfigOption `site_color`}} customBrandingEnabled: repl{{ LicenseFieldValue `custom_branding_enabled` }} image: - registry: 'repl{{ ReplicatedImageRegistry "proxy.replicated.com/proxy/gameshelf/ghcr.io/aa-replicated/gameshelf" }}' - repository: 'repl{{ ReplicatedImageRepository "proxy.replicated.com/proxy/gameshelf/ghcr.io/aa-replicated/gameshelf" }}' + registry: 'repl{{ ReplicatedImageRegistry "ghcr.io/aa-replicated/gameshelf" }}' + repository: 'repl{{ ReplicatedImageRepository "ghcr.io/aa-replicated/gameshelf" }}' pullPolicy: IfNotPresent postgresql: image: - registry: 'repl{{ ReplicatedImageRegistry "proxy.replicated.com/proxy/gameshelf/index.docker.io" }}' + registry: 'repl{{ ReplicatedImageRegistry "index.docker.io" }}' volumePermissions: image: - registry: 'repl{{ ReplicatedImageRegistry "proxy.replicated.com/proxy/gameshelf/index.docker.io" }}' + registry: 'repl{{ ReplicatedImageRegistry "index.docker.io" }}' redis: image: - registry: 'repl{{ ReplicatedImageRegistry "proxy.replicated.com/proxy/gameshelf/index.docker.io" }}' + registry: 'repl{{ ReplicatedImageRegistry "index.docker.io" }}' builder: postgresql: image: