From 89a7b59e5e6051a63e8dbcbeb3b680ab8f0ef2ed Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 27 Jan 2024 07:58:03 +0000 Subject: [PATCH] fix(container): update image alpine to v3.19.1 --- 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 df6f161..c780ad8 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.19.0 + image: alpine:3.19.1 command: - "sh" - "-c"