feat(container): update image alpine
This commit is contained in:
parent
56da5ba8df
commit
70230836b7
|
@ -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.18
|
image: alpine:3.19
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
|
|
|
@ -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.18.3
|
image: alpine:3.19.0
|
||||||
command:
|
command:
|
||||||
- "sh"
|
- "sh"
|
||||||
- "-c"
|
- "-c"
|
||||||
|
|
Loading…
Reference in New Issue