Skip to content

Commit 35fe7d0

Browse files
authored
Target port taken from values.yaml (#74)
* Target port taken from values.yaml Signed-off-by: Kfir <kfirfer@gmail.com> * Bumb chart version 2.7.2 Signed-off-by: Kfir <kfirfer@gmail.com> * Trailing spaces set to 0 in CHANGELOG.md Signed-off-by: Kfir <kfirfer@gmail.com>
1 parent b1b23e8 commit 35fe7d0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

charts/jenkins/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Use the following links to reference issues, PRs, and commits prior to v2.6.0.
1010

1111
The change log until v1.5.7 was auto-generated based on git commits. Those entries include a reference to the git commit to be able to get more details.
1212

13+
## 2.7.2
14+
15+
Target port of container `jenkins-sc-config` taken the value from values.yaml.
16+
1317
## 2.7.0
1418

1519
Add a secondary ingress template for those who want a second ingress with different labels or annotations or whatever else.

charts/jenkins/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: jenkins
33
home: https://jenkins.io/
4-
version: 2.7.1
4+
version: 2.7.2
55
appVersion: lts
66
description: Open source continuous integration server. It supports multiple SCM tools
77
including CVS, Subversion and Git. It can execute Apache Ant and Apache Maven-based

charts/jenkins/templates/jenkins-master-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ spec:
326326
- name: NAMESPACE
327327
value: "{{ .Values.master.sidecars.configAutoReload.searchNamespace | default .Release.Namespace }}"
328328
- name: REQ_URL
329-
value: "http://localhost:8080{{- .Values.master.jenkinsUriPrefix -}}/reload-configuration-as-code/?casc-reload-token=$(POD_NAME)"
329+
value: "http://localhost:{{- .Values.master.targetPort -}}{{- .Values.master.jenkinsUriPrefix -}}/reload-configuration-as-code/?casc-reload-token=$(POD_NAME)"
330330
- name: REQ_METHOD
331331
value: "POST"
332332
- name: REQ_RETRY_CONNECT

0 commit comments

Comments
 (0)