From ce2c6c648abbda6032c4afd3cdbc06d1d5aa2f1b Mon Sep 17 00:00:00 2001 From: Lingming Xia Date: Thu, 8 Feb 2018 18:50:44 +0800 Subject: [PATCH] fix typos in stable/concourse/templates/NOTES.txt (#3606) --- stable/concourse/Chart.yaml | 2 +- stable/concourse/templates/NOTES.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/concourse/Chart.yaml b/stable/concourse/Chart.yaml index 379d9b56e0..2cc2452c20 100644 --- a/stable/concourse/Chart.yaml +++ b/stable/concourse/Chart.yaml @@ -1,5 +1,5 @@ name: concourse -version: 0.11.1 +version: 0.11.2 appVersion: 3.8.0 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 b5e9ed736a..8ef8bd56a5 100644 --- a/stable/concourse/templates/NOTES.txt +++ b/stable/concourse/templates/NOTES.txt @@ -42,5 +42,5 @@ 3. If this is your first time using Concourse, follow the tutorial at https://concourse.ci/hello-world.html {{- if contains "naive" .Values.concourse.baggageclaimDriver }} -4. ***WARNING*** You are using the "naive" baggage claim driver, which is also the default value for this chart. This is the default for compatability reasons, but is very space inefficient, and should be changed to either "btrfs" or "overlay" depending on that filesystem's support in the Linux kernel your cluster is using. Please see https://github.com/concourse/concourse/issues/1230 for background. -{{- end }} \ No newline at end of file +4. ***WARNING*** You are using the "naive" baggage claim driver, which is also the default value for this chart. This is the default for compatibility reasons, but is very space inefficient, and should be changed to either "btrfs" or "overlay" depending on that filesystem's support in the Linux kernel your cluster is using. Please see https://github.com/concourse/concourse/issues/1230 for background. +{{- end }}