From 4a06259b315e50ccbf94a9b9a4df421252af1e24 Mon Sep 17 00:00:00 2001 From: David Jeffers Date: Tue, 1 Apr 2025 01:05:14 -0400 Subject: [PATCH] alpine/curl --- clusterprism_halloween_values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusterprism_halloween_values.yaml b/clusterprism_halloween_values.yaml index 730f0ae..5dce05f 100644 --- a/clusterprism_halloween_values.yaml +++ b/clusterprism_halloween_values.yaml @@ -28,8 +28,8 @@ ingress: initContainers: - name: init-con - image: alpine - tag: curl + image: alpine/curl + tag: latest command: | cp /hugo.conf/setup_hugo.sh /tmp/ && chmod +x /tmp/setup_hugo.sh &&