mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
stable/jenkins - Changes as per JENKINS-47112 (#23429)
* Changes as per JENKINS-47112 Signed-off-by: Noel Georgi <git@frezbo.com> * Bump chart version Signed-off-by: Noel Georgi <git@frezbo.com>
This commit is contained in:
@@ -5,6 +5,14 @@ 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.
|
||||
|
||||
## 2.5.2
|
||||
|
||||
Fix as per JENKINS-47112
|
||||
|
||||
## 2.5.1
|
||||
|
||||
Support Jenkins Resource Root URL
|
||||
|
||||
## 2.5.0
|
||||
|
||||
Add an option to specify that Jenkins master should be initialized only once, during first install.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: jenkins
|
||||
home: https://jenkins.io/
|
||||
version: 2.5.1
|
||||
version: 2.5.2
|
||||
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
|
||||
|
||||
@@ -175,13 +175,13 @@ Returns kubernetes pod template configuration as code
|
||||
command: {{ .Values.agent.command }}
|
||||
{{- end }}
|
||||
envVars:
|
||||
- containerEnvVar:
|
||||
key: "JENKINS_URL"
|
||||
{{- if .Values.master.slaveJenkinsUrl }}
|
||||
value: {{ tpl .Values.master.slaveJenkinsUrl . }}
|
||||
{{- else }}
|
||||
value: "http://{{ template "jenkins.fullname" . }}.{{ template "jenkins.namespace" . }}.svc.{{.Values.clusterZone}}:{{.Values.master.servicePort}}{{ default "" .Values.master.jenkinsUriPrefix }}"
|
||||
{{- end }}
|
||||
- envVar:
|
||||
key: "JENKINS_URL"
|
||||
{{- if .Values.master.slaveJenkinsUrl }}
|
||||
value: {{ tpl .Values.master.slaveJenkinsUrl . }}
|
||||
{{- else }}
|
||||
value: "http://{{ template "jenkins.fullname" . }}.{{ template "jenkins.namespace" . }}.svc.{{.Values.clusterZone}}:{{.Values.master.servicePort}}{{ default "" .Values.master.jenkinsUriPrefix }}"
|
||||
{{- end }}
|
||||
{{- if .Values.agent.imageTag }}
|
||||
image: "{{ .Values.agent.image }}:{{ .Values.agent.imageTag }}"
|
||||
{{- else }}
|
||||
|
||||
Reference in New Issue
Block a user