chore(deps): update helmrelease to helm.toolkit.fluxcd.io/v2beta2 #5

Merged
SeanOMik merged 48 commits from renovate/helmrelease-2.x into main 2024-01-23 02:58:31 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit b5e9b14d27 - Show all commits

View file

@ -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.18
image: alpine:3.19
command:
- /bin/sh
- -c

View file

@ -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.18.3
image: alpine:3.19.0
command:
- "sh"
- "-c"