feat(container): update image alpine
This commit is contained in:
parent
66b712c9c7
commit
0e49a5ef33
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ spec:
|
|||
# this init container copies the read only config from the configmap volume, into
|
||||
# an emptydir volume mount that the pod can write to.
|
||||
copy-config:
|
||||
image: alpine:3.20
|
||||
image: alpine:3.21
|
||||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
|
|
|
@ -21,7 +21,7 @@ spec:
|
|||
# Add init container for pulling znc modules and putting them into the modules directory
|
||||
initContainers:
|
||||
pull-module-source:
|
||||
image: alpine:3.20.3
|
||||
image: alpine:3.21.0
|
||||
command:
|
||||
- "sh"
|
||||
- "-c"
|
||||
|
|
Loading…
Reference in a new issue