Compare commits

..

No commits in common. "fe75a68f21a786ffb582a36ad09833f4904ae68f" and "9a70a0e68cd6ab20f3394d6ab859ef9fd692e5db" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ spec:
# this init container copies the read only config from the configmap volume, into # this init container copies the read only config from the configmap volume, into
# an emptydir volume mount that the pod can write to. # an emptydir volume mount that the pod can write to.
copy-config: copy-config:
image: alpine:3.19 image: alpine:3.18
command: command:
- /bin/sh - /bin/sh
- -c - -c

View File

@ -21,7 +21,7 @@ spec:
# Add init container for pulling znc modules and putting them into the modules directory # Add init container for pulling znc modules and putting them into the modules directory
initContainers: initContainers:
pull-module-source: pull-module-source:
image: alpine:3.19.0 image: alpine:3.18.3
command: command:
- "sh" - "sh"
- "-c" - "-c"