From 3ca2722bbc057b2bb3525dd27938096db383c044 Mon Sep 17 00:00:00 2001 From: Taylor Silva Date: Tue, 3 Dec 2019 15:45:48 -0500 Subject: [PATCH] Switch concourse-chart resource to master branch We decided to stick with the dev workflow that the rest of the team follows instead of going with a dev and stable branches workflow. Figured it's better to keep the dev experience consistent within the team, less overhead when people have to work with this repo. Signed-off-by: Taylor Silva --- pipelines/concourse.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/concourse.yml b/pipelines/concourse.yml index 273d3f09..5da5eded 100644 --- a/pipelines/concourse.yml +++ b/pipelines/concourse.yml @@ -1877,7 +1877,7 @@ resources: icon: *git-icon source: uri: https://github.com/concourse/concourse-chart.git - branch: dev + branch: master - name: helm-charts type: git