From a7816917c50bc31471793f54036a7eaf0eeeb701 Mon Sep 17 00:00:00 2001 From: Aaron Gershman Date: Wed, 21 Aug 2019 11:30:43 -0500 Subject: [PATCH] [stable/concourse] baggageclaim warning only on worker deployments (#16466) Signed-off-by: Aaron Gershman --- stable/concourse/Chart.yaml | 2 +- stable/concourse/templates/NOTES.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 }}