We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38d434 commit 5128687Copy full SHA for 5128687
applications/wg-easy/charts/replicated/replicated/helmChart-replicated.yaml
@@ -15,6 +15,10 @@ spec:
15
- --history-max=15
16
- --wait
17
18
- values: {}
+ values:
19
+ replicated:
20
+ image:
21
+ registry: '{{repl HasLocalRegistry | ternary LocalRegistryHost "registry.replicated.com" }}'
22
+ repository: '{{repl HasLocalRegistry | ternary LocalRegistryNamespace "library" }}/replicated-sdk-image'
23
namespace: replicated
24
builder: {}
applications/wg-easy/charts/replicated/values.yaml
@@ -1,3 +1,6 @@
1
# Values for replicated-sdk chart
2
replicated:
3
enabled: true
4
5
+ registry: registry.replicated.com
6
+ repository: "library/replicated-sdk-image"
0 commit comments