From 904ac4d6ba5a0344dfb4d8e7d1a3ac342b193768 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 15 Sep 2024 22:11:05 +0000 Subject: [PATCH] fix(container): update image alpine to v3.20.3 --- kubernetes/main/apps/irc/znc/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/main/apps/irc/znc/helm-release.yaml b/kubernetes/main/apps/irc/znc/helm-release.yaml index c337241..ca16ea0 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.2 + image: alpine:3.20.3 command: - "sh" - "-c"