From f2cdf6b752011f1000747ae617d2d8f902f53a29 Mon Sep 17 00:00:00 2001 From: David Jeffers Date: Sun, 23 Mar 2025 23:46:35 -0400 Subject: [PATCH] Using non-slim container for build --- clusterprism_halloween_values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusterprism_halloween_values.yaml b/clusterprism_halloween_values.yaml index 5dcc6b4..2ffdda6 100644 --- a/clusterprism_halloween_values.yaml +++ b/clusterprism_halloween_values.yaml @@ -29,7 +29,7 @@ ingress: initContainers: - name: init-con image: debian - tag: stable-slim + tag: stable command: | cp /hugo.conf/setup_hugo.sh /tmp/ && chmod +x /tmp/setup_hugo.sh &&