File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed
applications/wg-easy/charts Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1212 traefik :
1313 image :
1414 registry : ' {{repl HasLocalRegistry | ternary LocalRegistryHost "docker.io" }}'
15- repository : ' {{repl HasLocalRegistry | ternary LocalRegistryNamespace "" }}/traefik'
15+ repository : ' {{repl HasLocalRegistry | ternary LocalRegistryNamespace "library " }}/traefik'
1616 namespace : traefik
1717 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+ preflight :
39+ image :
40+ repository : ' {{repl HasLocalRegistry | ternary LocalRegistryHost "docker.io" }}/{{repl HasLocalRegistry | ternary LocalRegistryNamespace "library" }}/debian:bookworm-slim'
41+
3842 namespace : wg-easy
3943 builder : {}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
66spec:
77 collectors:
88 - sysctl:
9- image: debian:buster-slim
9+ image: { { .Values.preflight.image.repository } }
1010 analyzers:
1111 - sysctl:
1212 checkName: IP forwarding enabled
Original file line number Diff line number Diff line change @@ -129,3 +129,7 @@ persistence:
129129 retain : false
130130 globalMounts :
131131 - path : /etc/wireguard
132+
133+ preflight :
134+ image :
135+ repository : " docker.io/library/debian:bookworm-slim"
You can’t perform that action at this time.
0 commit comments