From 793a2598c20d0d18db98d019420f3a3e9a96ec49 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 23 Jan 2024 01:19:55 +0000 Subject: [PATCH] feat(container): update image alpine --- cluster/apps/download/qbit-manage/helm-release.yaml | 2 +- cluster/apps/irc/znc/helm-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/download/qbit-manage/helm-release.yaml b/cluster/apps/download/qbit-manage/helm-release.yaml index 99651ba..daa9f0a 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.18 + image: alpine:3.19 command: - /bin/sh - -c diff --git a/cluster/apps/irc/znc/helm-release.yaml b/cluster/apps/irc/znc/helm-release.yaml index 26a7f28..2635dd8 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.18.3 + image: alpine:3.19.0 command: - "sh" - "-c"