File tree Expand file tree Collapse file tree 5 files changed +15
-1
lines changed
applications/wg-easy/charts Expand file tree Collapse file tree 5 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1010 - --wait
1111 values :
1212 cert-manager :
13+ global :
14+ imagePullSecrets :
15+ - name : ' {{repl ImagePullSecretName }}'
1316 image :
1417 registry : ' {{repl HasLocalRegistry | ternary LocalRegistryHost "quay.io" }}'
1518 repository : ' {{repl HasLocalRegistry | ternary LocalRegistryNamespace "jetstack" }}/cert-manager-controller'
Original file line number Diff line number Diff line change 2020 image :
2121 registry : ' {{repl HasLocalRegistry | ternary LocalRegistryHost "registry.replicated.com" }}'
2222 repository : ' {{repl HasLocalRegistry | ternary LocalRegistryNamespace "library" }}/replicated-sdk-image'
23+ imagePullSecrets :
24+ - name : ' {{repl ImagePullSecretName }}'
2325 namespace : replicated
2426 builder : {}
Original file line number Diff line number Diff line change 1313 image :
1414 registry : ' {{repl HasLocalRegistry | ternary LocalRegistryHost "docker.io" }}'
1515 repository : ' {{repl HasLocalRegistry | ternary LocalRegistryNamespace "library" }}/traefik'
16+ deployment :
17+ imagePullSecrets :
18+ - name : ' {{repl ImagePullSecretName }}'
1619 namespace : traefik
1720 builder : {}
Original file line number Diff line number Diff line change 3535 wg-container :
3636 image :
3737 repository : ' {{repl HasLocalRegistry | ternary LocalRegistryHost "ghcr.io" }}/{{repl HasLocalRegistry | ternary LocalRegistryNamespace "wg-easy" }}/wg-easy'
38+ defaultPodOptions :
39+ imagePullSecrets :
40+ - name : ' {{repl ImagePullSecretName }}'
3841 preflight :
3942 image :
4043 repository : ' {{repl HasLocalRegistry | ternary LocalRegistryHost "docker.io" }}/{{repl HasLocalRegistry | ternary LocalRegistryNamespace "library" }}/debian:bookworm-slim'
Original file line number Diff line number Diff line change @@ -132,4 +132,7 @@ persistence:
132132
133133preflight :
134134 image :
135- repository : " docker.io/library/debian:bookworm-slim"
135+ repository : " docker.io/library/debian:bookworm-slim"
136+
137+ defaultPodOptions :
138+ imagePullSecrets : []
You can’t perform that action at this time.
0 commit comments