From fbe28fa1c8da6f7a2b827c5c181e40d0c65ff0ec Mon Sep 17 00:00:00 2001 From: eduardo aleixo Date: Fri, 3 May 2019 16:19:39 -0300 Subject: [PATCH] fix #13467 (wrong deprecation message) (#13511) Signed-off-by: eduardo aleixo --- stable/jenkins/Chart.yaml | 2 +- stable/jenkins/templates/deprecation.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/jenkins/Chart.yaml b/stable/jenkins/Chart.yaml index 75a9fcc750..389178e1e0 100755 --- a/stable/jenkins/Chart.yaml +++ b/stable/jenkins/Chart.yaml @@ -1,6 +1,6 @@ name: jenkins home: https://jenkins.io/ -version: 1.1.12 +version: 1.1.13 appVersion: lts description: Open source continuous integration server. It supports multiple SCM tools including CVS, Subversion and Git. It can execute Apache Ant and Apache Maven-based diff --git a/stable/jenkins/templates/deprecation.yaml b/stable/jenkins/templates/deprecation.yaml index 3d2fc458be..0dd5b10d3a 100644 --- a/stable/jenkins/templates/deprecation.yaml +++ b/stable/jenkins/templates/deprecation.yaml @@ -180,12 +180,12 @@ {{- end }} {{- if .Values.Master.OverwriteConfig }} - {{ fail "`Master.OverwriteConfig` does no longer exist. It has been renamed to `master.JCasC.configScripts`" }} + {{ fail "`Master.OverwriteConfig` does no longer exist. It has been renamed to `master.overwriteConfig`" }} {{- end }} {{- if .Values.JCasC }} {{- if .Values.JCasC.ConfigScripts }} - {{ fail "`Master.JCasC.ConfigScripts` does no longer exist. It has been renamed to `master.loadBalancerSourceRanges`" }} + {{ fail "`Master.JCasC.ConfigScripts` does no longer exist. It has been renamed to `master.JCasC.configScripts`" }} {{- end }} {{- end }}