mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
k8s-ci-robot
parent
0e492f258d
commit
032a5577f1
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
*******************
|
||||
|
||||
Reference in New Issue
Block a user