From 032a5577f1d6516248f95e770f03101a6d80f14a Mon Sep 17 00:00:00 2001 From: Topher Bullock Date: Sat, 13 Oct 2018 13:37:43 -0400 Subject: [PATCH] [stable/concourse] Fix Broken Tutorial Link (#8392) * [stable/concourse] Fix Broken Tutorial Link The Concourse docs have a new section with a list of tutorials rather than a single hello-world Signed-off-by: Topher Bullock * Bump Chart version number Signed-off-by: Topher Bullock --- stable/concourse/Chart.yaml | 2 +- stable/concourse/templates/NOTES.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/concourse/Chart.yaml b/stable/concourse/Chart.yaml index 56ccf812e9..fdd8bed800 100644 --- a/stable/concourse/Chart.yaml +++ b/stable/concourse/Chart.yaml @@ -1,5 +1,5 @@ name: concourse -version: 2.0.1 +version: 2.0.2 appVersion: 4.2.1 description: Concourse is a simple and scalable CI system. icon: https://avatars1.githubusercontent.com/u/7809479 diff --git a/stable/concourse/templates/NOTES.txt b/stable/concourse/templates/NOTES.txt index db76532664..eefd778f40 100644 --- a/stable/concourse/templates/NOTES.txt +++ b/stable/concourse/templates/NOTES.txt @@ -33,7 +33,7 @@ kubectl port-forward --namespace {{ .Release.Namespace }} $POD_NAME 8080:{{ .Values.concourse.atcPort }} {{- end }} {{- end }} -* If this is your first time using Concourse, follow the tutorial at https://concourse-ci.org/hello-world.html +* If this is your first time using Concourse, follow the tutorials at https://concourse-ci.org/tutorials.html {{- if contains "naive" .Values.concourse.worker.baggageclaim.driver }} *******************