[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 <cbullock@pivotal.io>

* Bump Chart version number

Signed-off-by: Topher Bullock <cbullock@pivotal.io>
This commit is contained in:
Topher Bullock
2018-10-13 10:37:43 -07:00
committed by k8s-ci-robot
parent 0e492f258d
commit 032a5577f1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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 }}
*******************