From 377d5eb3cabd7afff75d51537448b3dea5e85056 Mon Sep 17 00:00:00 2001 From: Adam Anthony Date: Fri, 17 Apr 2026 20:14:58 -0400 Subject: [PATCH] fix: use SDK's default proxy URL as input to ReplicatedImageRegistry registry.replicated.com is not proxied through proxy.replicated.com. Use the SDK's own default (proxy.replicated.com/library/replicated-sdk-image) so online installs keep working and airgap routes to local registry. Co-Authored-By: Claude Sonnet 4.6 --- helmchart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helmchart.yaml b/helmchart.yaml index 626cca2..e50ccc0 100644 --- a/helmchart.yaml +++ b/helmchart.yaml @@ -17,8 +17,8 @@ spec: pullPolicy: IfNotPresent replicated: image: - registry: 'repl{{ ReplicatedImageRegistry "registry.replicated.com/library/replicated-sdk-image" }}' - repository: 'repl{{ ReplicatedImageRepository "registry.replicated.com/library/replicated-sdk-image" }}' + registry: 'repl{{ ReplicatedImageRegistry "proxy.replicated.com/library/replicated-sdk-image" }}' + repository: 'repl{{ ReplicatedImageRepository "proxy.replicated.com/library/replicated-sdk-image" }}' postgresql: image: registry: 'repl{{ ReplicatedImageRegistry "index.docker.io/bitnami/postgresql" }}'