Skip to content

Commit f811556

Browse files
Merge pull request #56 from aa-replicated/demo/tier4
fix: use LocalRegistryHost for SDK registry override in airgap
2 parents fbb08ca + e9b6ea2 commit f811556

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helmchart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
pullPolicy: IfNotPresent
2020
replicated:
2121
image:
22-
registry: 'repl{{- if HasLocalRegistry }}{{ LocalRegistryHost }}{{- else }}proxy.replicated.com{{- end }}'
22+
registry: 'repl{{ LocalRegistryHost | default "proxy.replicated.com" }}'
2323
postgresql:
2424
image:
2525
registry: 'repl{{ ReplicatedImageRegistry "index.docker.io" }}'

0 commit comments

Comments
 (0)