From b91fc2649613c005b1c46b8a0d579911ebf3031b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 22 Jul 2024 22:02:10 +0000 Subject: [PATCH] fix(container): update image alpine to v3.20.2 --- cluster/apps/irc/znc/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/irc/znc/helm-release.yaml b/cluster/apps/irc/znc/helm-release.yaml index 7a177c8..c337241 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.20.0 + image: alpine:3.20.2 command: - "sh" - "-c"