8407c248 by Adam Heath

Set exact image version for helmfile.

1 parent 640a3424
...@@ -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 111 image: quay.io/roboll/helmfile:v0.143.5
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 volumeMounts: 114 volumeMounts:
......