From e32dcc2e9bbc3d15fc7d0be32dd535d3fe649e90 Mon Sep 17 00:00:00 2001 From: Adam Anthony Date: Sat, 18 Apr 2026 12:17:13 -0400 Subject: [PATCH] fix: use ReplicatedImageRegistry with noProxy=true for SDK airgap For airgap: returns local embedded registry address For online: noProxy=true returns proxy.replicated.com unchanged Co-Authored-By: Claude Sonnet 4.6 --- helmchart.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helmchart.yaml b/helmchart.yaml index f05fa65..1ceeb91 100644 --- a/helmchart.yaml +++ b/helmchart.yaml @@ -17,6 +17,9 @@ spec: registry: 'repl{{ ReplicatedImageRegistry "ghcr.io" }}' repository: 'aa-replicated/gameshelf' pullPolicy: IfNotPresent + replicated: + image: + registry: 'repl{{ ReplicatedImageRegistry "proxy.replicated.com" true }}' postgresql: image: registry: 'repl{{ ReplicatedImageRegistry "index.docker.io" }}'