diff --git a/stable/concourse/Chart.yaml b/stable/concourse/Chart.yaml index e0fad59806..f33851690b 100644 --- a/stable/concourse/Chart.yaml +++ b/stable/concourse/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: concourse -version: 8.2.2 +version: 8.2.3 appVersion: 5.4.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 006ef18cf2..65793299c2 100644 --- a/stable/concourse/templates/NOTES.txt +++ b/stable/concourse/templates/NOTES.txt @@ -35,6 +35,7 @@ {{- end }} * If this is your first time using Concourse, follow the tutorials at https://concourse-ci.org/tutorials.html +{{- if .Values.worker.enabled }} {{- if .Values.concourse.worker.baggageclaim.driver }} {{- if contains "naive" .Values.concourse.worker.baggageclaim.driver }} @@ -50,6 +51,7 @@ Please see https://github.com/concourse/concourse/issues/1230 and https://github {{- end }} {{- end }} +{{- end }}