feat(container): update image alpine

This commit is contained in:
Renovate Bot 2024-12-06 00:04:05 +00:00
parent 66b712c9c7
commit 0e49a5ef33
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.20 image: alpine:3.21
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.20.3 image: alpine:3.21.0
command: command:
- "sh" - "sh"
- "-c" - "-c"