Skip to content

Commit 377d5eb

Browse files
aa-replicatedclaude
andcommitted
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 <noreply@anthropic.com>
1 parent 8af51a8 commit 377d5eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

helmchart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ spec:
1717
pullPolicy: IfNotPresent
1818
replicated:
1919
image:
20-
registry: 'repl{{ ReplicatedImageRegistry "registry.replicated.com/library/replicated-sdk-image" }}'
21-
repository: 'repl{{ ReplicatedImageRepository "registry.replicated.com/library/replicated-sdk-image" }}'
20+
registry: 'repl{{ ReplicatedImageRegistry "proxy.replicated.com/library/replicated-sdk-image" }}'
21+
repository: 'repl{{ ReplicatedImageRepository "proxy.replicated.com/library/replicated-sdk-image" }}'
2222
postgresql:
2323
image:
2424
registry: 'repl{{ ReplicatedImageRegistry "index.docker.io/bitnami/postgresql" }}'

0 commit comments

Comments
 (0)