From 0e49a5ef33f66056fd2dd060e027e10de9687d27 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 6 Dec 2024 00:04:05 +0000 Subject: [PATCH] feat(container): update image alpine --- kubernetes/main/apps/download/qbit-manage/helm-release.yaml | 2 +- kubernetes/main/apps/irc/znc/helm-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/main/apps/download/qbit-manage/helm-release.yaml b/kubernetes/main/apps/download/qbit-manage/helm-release.yaml index 7a24749..201d857 100644 --- a/kubernetes/main/apps/download/qbit-manage/helm-release.yaml +++ b/kubernetes/main/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.20 + image: alpine:3.21 command: - /bin/sh - -c diff --git a/kubernetes/main/apps/irc/znc/helm-release.yaml b/kubernetes/main/apps/irc/znc/helm-release.yaml index ca16ea0..a155ac6 100644 --- a/kubernetes/main/apps/irc/znc/helm-release.yaml +++ b/kubernetes/main/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.20.3 + image: alpine:3.21.0 command: - "sh" - "-c"