Skip to content

Commit f0463da

Browse files
chore(deps): update jenkins/jenkins docker tag (#1387)
Co-authored-by: jenkins-dependency-updater[bot] <81680575+jenkins-dependency-updater[bot]@users.noreply.github.com>
1 parent 8f90b8c commit f0463da

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.53
16+
17+
Update `jenkins/jenkins` to version `2.504.2-jdk21`
18+
1519
## 5.8.52
1620

1721
Update `configuration-as-code` to version `1971.vf9280461ea_89`

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.52
6-
appVersion: 2.504.1
5+
version: 5.8.53
6+
appVersion: 2.504.2
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.504.1-jdk21
41+
image: docker.io/jenkins/jenkins:2.504.2-jdk21
4242
- name: k8s-sidecar
4343
image: docker.io/kiwigrid/k8s-sidecar:1.30.3
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
@@ -1,9 +1,9 @@
11
configure empty image tag label:
22
1: |
3-
docker.io/jenkins/jenkins:2.504.1
3+
docker.io/jenkins/jenkins:2.504.2
44
configure image tag label:
55
1: |
6-
docker.io/jenkins/jenkins:2.504.1-alpine
6+
docker.io/jenkins/jenkins:2.504.2-alpine
77
default values:
88
1: |
99
replicas: 1
@@ -41,7 +41,7 @@ default values:
4141
value: "50000"
4242
- name: CASC_JENKINS_CONFIG
4343
value: /var/jenkins_home/casc_configs
44-
image: docker.io/jenkins/jenkins:2.504.1-jdk21
44+
image: docker.io/jenkins/jenkins:2.504.2-jdk21
4545
imagePullPolicy: Always
4646
livenessProbe:
4747
failureThreshold: 5
@@ -162,7 +162,7 @@ default values:
162162
- command:
163163
- sh
164164
- /var/jenkins_config/apply_config.sh
165-
image: docker.io/jenkins/jenkins:2.504.1-jdk21
165+
image: docker.io/jenkins/jenkins:2.504.2-jdk21
166166
imagePullPolicy: Always
167167
name: init
168168
resources:
@@ -262,7 +262,7 @@ test scheme for config-reload:
262262
value: "50000"
263263
- name: CASC_JENKINS_CONFIG
264264
value: /var/jenkins_home/casc_configs
265-
image: docker.io/jenkins/jenkins:2.504.1-jdk21
265+
image: docker.io/jenkins/jenkins:2.504.2-jdk21
266266
imagePullPolicy: Always
267267
livenessProbe:
268268
failureThreshold: 5
@@ -383,7 +383,7 @@ test scheme for config-reload:
383383
- command:
384384
- sh
385385
- /var/jenkins_config/apply_config.sh
386-
image: docker.io/jenkins/jenkins:2.504.1-jdk21
386+
image: docker.io/jenkins/jenkins:2.504.2-jdk21
387387
imagePullPolicy: Always
388388
name: init
389389
resources:

0 commit comments

Comments
 (0)