Skip to content

Commit 24c91e3

Browse files
chore(deps): update jenkins/jenkins docker tag (#1582)
Co-authored-by: jenkins-dependency-updater[bot] <81680575+jenkins-dependency-updater[bot]@users.noreply.github.com>
1 parent 3895a28 commit 24c91e3

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

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.125
16+
17+
Update `jenkins/jenkins` to version `2.541.1-jdk21`
18+
1519
## 5.8.124
1620

1721
Update `docker.io/kiwigrid/k8s-sidecar` to version `2.4.0`

charts/jenkins/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: jenkins
33
type: application
44
home: https://www.jenkins.io/
5-
version: 5.8.124
6-
appVersion: 2.528.3
5+
version: 5.8.125
6+
appVersion: 2.541.1
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.
99
@@ -38,7 +38,7 @@ annotations:
3838
url: https://github.com/jenkinsci/helm-charts/issues
3939
artifacthub.io/images: |
4040
- name: jenkins
41-
image: docker.io/jenkins/jenkins:2.528.3-jdk21
41+
image: docker.io/jenkins/jenkins:2.541.1-jdk21
4242
- name: k8s-sidecar
4343
image: docker.io/kiwigrid/k8s-sidecar:2.4.0
4444
- name: inbound-agent

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ config values:
1414
namespace: my-namespace
1515
configure empty image tag label:
1616
1: |
17-
docker.io/jenkins/jenkins:2.528.3
17+
docker.io/jenkins/jenkins:2.541.1
1818
configure image tag label:
1919
1: |
20-
docker.io/jenkins/jenkins:2.528.3-alpine
20+
docker.io/jenkins/jenkins:2.541.1-alpine
2121
default values:
2222
1: |
2323
replicas: 1
@@ -55,7 +55,7 @@ default values:
5555
value: "50000"
5656
- name: CASC_JENKINS_CONFIG
5757
value: /var/jenkins_home/casc_configs
58-
image: docker.io/jenkins/jenkins:2.528.3-jdk21
58+
image: docker.io/jenkins/jenkins:2.541.1-jdk21
5959
imagePullPolicy: Always
6060
livenessProbe:
6161
failureThreshold: 5
@@ -184,7 +184,7 @@ default values:
184184
- command:
185185
- sh
186186
- /var/jenkins_config/apply_config.sh
187-
image: docker.io/jenkins/jenkins:2.528.3-jdk21
187+
image: docker.io/jenkins/jenkins:2.541.1-jdk21
188188
imagePullPolicy: Always
189189
name: init
190190
resources:
@@ -285,7 +285,7 @@ test scheme for config-reload:
285285
value: "50000"
286286
- name: CASC_JENKINS_CONFIG
287287
value: /var/jenkins_home/casc_configs
288-
image: docker.io/jenkins/jenkins:2.528.3-jdk21
288+
image: docker.io/jenkins/jenkins:2.541.1-jdk21
289289
imagePullPolicy: Always
290290
livenessProbe:
291291
failureThreshold: 5
@@ -414,7 +414,7 @@ test scheme for config-reload:
414414
- command:
415415
- sh
416416
- /var/jenkins_config/apply_config.sh
417-
image: docker.io/jenkins/jenkins:2.528.3-jdk21
417+
image: docker.io/jenkins/jenkins:2.541.1-jdk21
418418
imagePullPolicy: Always
419419
name: init
420420
resources:

0 commit comments

Comments
 (0)