Skip to content

Commit 29e8153

Browse files
chore(deps): update docker.io/kiwigrid/k8s-sidecar docker tag to v2 (#1527)
Co-authored-by: jenkins-dependency-updater[bot] <81680575+jenkins-dependency-updater[bot]@users.noreply.github.com> Co-authored-by: Tim Jacomb <timjacomb1@gmail.com>
1 parent e1aea42 commit 29e8153

7 files changed

Lines changed: 219 additions & 192 deletions

File tree

charts/jenkins/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Use the following links to reference issues, PRs, and commits prior to v2.6.0.
1212
The changelog until v1.5.7 was auto-generated based on git commits.
1313
Those entries include a reference to the git commit to be able to get more details.
1414

15+
## 5.8.121
16+
17+
Update `docker.io/kiwigrid/k8s-sidecar` to version `2.1.4`
18+
1519
## 5.8.120
1620

1721
Update `configuration-as-code` to version `2031.veb_a_fdda_b_3ffd`

charts/jenkins/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: jenkins
33
type: application
44
home: https://www.jenkins.io/
5-
version: 5.8.120
5+
version: 5.8.121
66
appVersion: 2.528.3
77
description: >
88
Jenkins - Build great things at any scale! As the leading open source automation server, Jenkins provides over 2000 plugins to support building, deploying and automating any project.

charts/jenkins/VALUES.md

Lines changed: 185 additions & 184 deletions
Large diffs are not rendered by default.

charts/jenkins/templates/_helpers.tpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,8 @@ Create the HTTP port for interacting with the controller
651651
fieldPath: metadata.name
652652
- name: LABEL
653653
value: "{{ template "jenkins.fullname" $root }}-jenkins-config"
654+
- name: HEALTH_PORT
655+
value: "{{ $root.Values.controller.sidecars.configAutoReload.healthPort }}"
654656
- name: FOLDER
655657
value: "{{ $root.Values.controller.sidecars.configAutoReload.folder }}"
656658
- name: NAMESPACE
@@ -699,6 +701,8 @@ Create the HTTP port for interacting with the controller
699701
{{- if $root.Values.persistence.subPath }}
700702
subPath: {{ $root.Values.persistence.subPath }}
701703
{{- end }}
704+
- name: tmp-volume
705+
mountPath: /tmp
702706
{{- if $root.Values.controller.sidecars.configAutoReload.logging.configuration.override }}
703707
- name: auto-reload-config
704708
mountPath: {{ $root.Values.controller.jenkinsHome }}/auto-reload

charts/jenkins/unittests/__snapshot__/jenkins-controller-statefulset-test.yaml.snap

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ default values:
124124
fieldPath: metadata.name
125125
- name: LABEL
126126
value: my-release-jenkins-jenkins-config
127+
- name: HEALTH_PORT
128+
value: "8060"
127129
- name: FOLDER
128130
value: /var/jenkins_home/casc_configs
129131
- name: NAMESPACE
@@ -134,7 +136,7 @@ default values:
134136
value: POST
135137
- name: REQ_RETRY_CONNECT
136138
value: "10"
137-
image: docker.io/kiwigrid/k8s-sidecar:1.30.7
139+
image: docker.io/kiwigrid/k8s-sidecar:2.1.4
138140
imagePullPolicy: IfNotPresent
139141
name: config-reload
140142
resources: {}
@@ -146,6 +148,8 @@ default values:
146148
name: sc-config-volume
147149
- mountPath: /var/jenkins_home
148150
name: jenkins-home
151+
- mountPath: /tmp
152+
name: tmp-volume
149153
enableServiceLinks: false
150154
initContainers:
151155
- env:
@@ -155,13 +159,15 @@ default values:
155159
fieldPath: metadata.name
156160
- name: LABEL
157161
value: my-release-jenkins-jenkins-config
162+
- name: HEALTH_PORT
163+
value: "8060"
158164
- name: FOLDER
159165
value: /var/jenkins_home/casc_configs
160166
- name: NAMESPACE
161167
value: my-namespace
162168
- name: METHOD
163169
value: LIST
164-
image: docker.io/kiwigrid/k8s-sidecar:1.30.7
170+
image: docker.io/kiwigrid/k8s-sidecar:2.1.4
165171
imagePullPolicy: IfNotPresent
166172
name: config-reload-init
167173
resources: {}
@@ -173,6 +179,8 @@ default values:
173179
name: sc-config-volume
174180
- mountPath: /var/jenkins_home
175181
name: jenkins-home
182+
- mountPath: /tmp
183+
name: tmp-volume
176184
- command:
177185
- sh
178186
- /var/jenkins_config/apply_config.sh
@@ -346,6 +354,8 @@ test scheme for config-reload:
346354
fieldPath: metadata.name
347355
- name: LABEL
348356
value: my-release-jenkins-jenkins-config
357+
- name: HEALTH_PORT
358+
value: "8060"
349359
- name: FOLDER
350360
value: /var/jenkins_home/casc_configs
351361
- name: NAMESPACE
@@ -356,7 +366,7 @@ test scheme for config-reload:
356366
value: POST
357367
- name: REQ_RETRY_CONNECT
358368
value: "10"
359-
image: docker.io/kiwigrid/k8s-sidecar:1.30.7
369+
image: docker.io/kiwigrid/k8s-sidecar:2.1.4
360370
imagePullPolicy: IfNotPresent
361371
name: config-reload
362372
resources: {}
@@ -368,6 +378,8 @@ test scheme for config-reload:
368378
name: sc-config-volume
369379
- mountPath: /var/jenkins_home
370380
name: jenkins-home
381+
- mountPath: /tmp
382+
name: tmp-volume
371383
enableServiceLinks: false
372384
initContainers:
373385
- env:
@@ -377,13 +389,15 @@ test scheme for config-reload:
377389
fieldPath: metadata.name
378390
- name: LABEL
379391
value: my-release-jenkins-jenkins-config
392+
- name: HEALTH_PORT
393+
value: "8060"
380394
- name: FOLDER
381395
value: /var/jenkins_home/casc_configs
382396
- name: NAMESPACE
383397
value: my-namespace
384398
- name: METHOD
385399
value: LIST
386-
image: docker.io/kiwigrid/k8s-sidecar:1.30.7
400+
image: docker.io/kiwigrid/k8s-sidecar:2.1.4
387401
imagePullPolicy: IfNotPresent
388402
name: config-reload-init
389403
resources: {}
@@ -395,6 +409,8 @@ test scheme for config-reload:
395409
name: sc-config-volume
396410
- mountPath: /var/jenkins_home
397411
name: jenkins-home
412+
- mountPath: /tmp
413+
name: tmp-volume
398414
- command:
399415
- sh
400416
- /var/jenkins_config/apply_config.sh

charts/jenkins/unittests/jenkins-controller-statefulset-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,12 +308,12 @@ tests:
308308
configMap:
309309
name: my-release-jenkins-auto-reload-config
310310
- equal:
311-
path: spec.template.spec.initContainers[0].env[5]
311+
path: spec.template.spec.initContainers[0].env[6]
312312
value:
313313
name: LOG_CONFIG
314314
value: /var/jenkins_home/auto-reload/auto-reload-config.yaml
315315
- equal:
316-
path: spec.template.spec.containers[1].env[7]
316+
path: spec.template.spec.containers[1].env[8]
317317
value:
318318
name: LOG_CONFIG
319319
value: /var/jenkins_home/auto-reload/auto-reload-config.yaml

charts/jenkins/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,8 +576,10 @@ controller:
576576
# -- Repository of the image that triggers the reload
577577
repository: kiwigrid/k8s-sidecar
578578
# -- Tag for the image that triggers the reload
579-
tag: 1.30.7
579+
tag: 2.1.4
580580
imagePullPolicy: IfNotPresent
581+
# -- Port for sidecar health probes
582+
healthPort: 8060
581583
resources:
582584
{}
583585
# limits:

0 commit comments

Comments
 (0)