diff --git a/cluster/apps/download/qbit-manage/helm-release.yaml b/cluster/apps/download/qbit-manage/helm-release.yaml index 4c1a0e9..e73e4a4 100644 --- a/cluster/apps/download/qbit-manage/helm-release.yaml +++ b/cluster/apps/download/qbit-manage/helm-release.yaml @@ -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.19 + image: alpine:3.20 command: - /bin/sh - -c diff --git a/cluster/apps/irc/znc/helm-release.yaml b/cluster/apps/irc/znc/helm-release.yaml index 60390df..96210c7 100644 --- a/cluster/apps/irc/znc/helm-release.yaml +++ b/cluster/apps/irc/znc/helm-release.yaml @@ -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.19.0 + image: alpine:3.20.0 command: - "sh" - "-c"