From 58628992a5cab5b08a1aace7bec3a3e3043f6a47 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 646f90d..3c64c5a 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" -- 2.40.1