mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix overwriteConfig condition (#19910)
Signed-off-by: naresh@getsidecar.com <naresh@getsidecar.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
df6d75b078
commit
c3bf9967db
@@ -5,6 +5,10 @@ numbering uses [semantic versioning](http://semver.org).
|
||||
|
||||
NOTE: The change log until version 1.5.7 is auto generated based on git commits. Those include a reference to the git commit to be able to get more details.
|
||||
|
||||
## 1.9.13
|
||||
|
||||
Fix case sense in `Values.master.overwriteConfig` in `config.yaml`
|
||||
|
||||
## 1.9.12
|
||||
|
||||
Scriptapprovals are overwritten when overwriteConfig is enabled
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: jenkins
|
||||
home: https://jenkins.io/
|
||||
version: 1.9.12
|
||||
version: 1.9.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
|
||||
|
||||
@@ -256,7 +256,7 @@ data:
|
||||
yes n | cp -i /usr/share/jenkins/ref/plugins/* /var/jenkins_plugins/;
|
||||
{{- end }}
|
||||
{{- if .Values.master.scriptApproval }}
|
||||
{{- if .Values.Master.OverwriteConfig }}
|
||||
{{- if .Values.master.OverwriteConfig }}
|
||||
cp /var/jenkins_config/scriptapproval.xml /var/jenkins_home/scriptApproval.xml;
|
||||
{{- else }}
|
||||
yes n | cp -i /var/jenkins_config/scriptapproval.xml /var/jenkins_home/scriptApproval.xml;
|
||||
|
||||
Reference in New Issue
Block a user