354d4cb7 by Adam Heath

Use debian stable-slim version of helmfile.

1 parent 43a7d446
...@@ -108,7 +108,7 @@ spec: ...@@ -108,7 +108,7 @@ spec:
108 command: ["/tmp/k8s-bootstrap-scripts/clone-start-of-day"] 108 command: ["/tmp/k8s-bootstrap-scripts/clone-start-of-day"]
109 109
110 - name: try-helmfile 110 - name: try-helmfile
111 image: quay.io/roboll/helmfile:v0.143.5 111 image: quay.io/roboll/helmfile:v0.143.5-stable-slim
112 workingDir: /tmp/git-storage/k8s-start-of-day 112 workingDir: /tmp/git-storage/k8s-start-of-day
113 command: ["/tmp/k8s-bootstrap-scripts/check-mode", "helmfile", "/usr/local/bin/helmfile"] 113 command: ["/tmp/k8s-bootstrap-scripts/check-mode", "helmfile", "/usr/local/bin/helmfile"]
114 args: ["apply"] 114 args: ["apply"]
......