alpine/curl
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-04-01 01:05:14 -04:00
parent a5f3acc903
commit 4a06259b31

View File

@@ -28,8 +28,8 @@ ingress:
initContainers: initContainers:
- name: init-con - name: init-con
image: alpine image: alpine/curl
tag: curl tag: latest
command: | command: |
cp /hugo.conf/setup_hugo.sh /tmp/ && cp /hugo.conf/setup_hugo.sh /tmp/ &&
chmod +x /tmp/setup_hugo.sh && chmod +x /tmp/setup_hugo.sh &&