From 42016aa5f0988c650108fa33574e7bc9731caec8 Mon Sep 17 00:00:00 2001 From: James Strachan Date: Sat, 1 Feb 2020 06:01:43 +0000 Subject: [PATCH] fix: use a temporary custom image for helmfile pipelines until we get this PR merged https://github.com/jenkins-x/jx/pull/6664 --- packs/environment-helmfile/pipeline.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packs/environment-helmfile/pipeline.yaml b/packs/environment-helmfile/pipeline.yaml index 7e0606953..c462aecdd 100644 --- a/packs/environment-helmfile/pipeline.yaml +++ b/packs/environment-helmfile/pipeline.yaml @@ -3,7 +3,8 @@ extends: file: pipeline.yaml agent: label: jenkins-go - container: gcr.io/jenkinsxio/builder-go + # temporary hack until we get this PR merged: https://github.com/jenkins-x/jx/pull/6664 + container: gcr.io/jenkinsxio/builder-go:0.0.0-SNAPSHOT-PR-6664-27 pipelines: release: build: