fix #13467 (wrong deprecation message) (#13511)

Signed-off-by: eduardo aleixo <eduardoaleixomartins@gmail.com>
This commit is contained in:
eduardo aleixo
2019-05-03 12:19:39 -07:00
committed by Kubernetes Prow Robot
parent aa56c279cd
commit fbe28fa1c8
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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 }}