Skip to content

Commit 5128687

Browse files
committed
rewrite images for Replicated SDK chart
1 parent d38d434 commit 5128687

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

applications/wg-easy/charts/replicated/replicated/helmChart-replicated.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ spec:
1515
- --history-max=15
1616
- --wait
1717

18-
values: {}
18+
values:
19+
replicated:
20+
image:
21+
registry: '{{repl HasLocalRegistry | ternary LocalRegistryHost "registry.replicated.com" }}'
22+
repository: '{{repl HasLocalRegistry | ternary LocalRegistryNamespace "library" }}/replicated-sdk-image'
1923
namespace: replicated
2024
builder: {}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# Values for replicated-sdk chart
22
replicated:
33
enabled: true
4+
image:
5+
registry: registry.replicated.com
6+
repository: "library/replicated-sdk-image"

0 commit comments

Comments
 (0)