Skip to content

Commit 0bce9ed

Browse files
chore(deps): update jenkins/jenkins docker tag (jenkinsci#1276)
Co-authored-by: jenkins-dependency-updater[bot] <81680575+jenkins-dependency-updater[bot]@users.noreply.github.com>
1 parent ae16580 commit 0bce9ed

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

charts/jenkins/CHANGELOG.md

+4
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.2
16+
17+
Update `jenkins/jenkins` to version `2.479.3-jdk17`
18+
1519
## 5.8.1
1620

1721
Update `configuration-as-code` to version `1915.vcdd0a_d0d2625`

charts/jenkins/Chart.yaml

+3-3
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.1
6-
appVersion: 2.479.2
5+
version: 5.8.2
6+
appVersion: 2.479.3
77
description: >
88
Jenkins - Build great things at any scale! As the leading open source automation server, Jenkins provides over 1800 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.479.2-jdk17
41+
image: docker.io/jenkins/jenkins:2.479.3-jdk17
4242
- name: k8s-sidecar
4343
image: docker.io/kiwigrid/k8s-sidecar:1.28.4
4444
- name: inbound-agent

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

+6-6
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.479.2
3+
docker.io/jenkins/jenkins:2.479.3
44
configure image tag label:
55
1: |
6-
docker.io/jenkins/jenkins:2.479.2-alpine
6+
docker.io/jenkins/jenkins:2.479.3-alpine
77
default values:
88
1: |
99
replicas: 1
@@ -40,7 +40,7 @@ default values:
4040
value: "50000"
4141
- name: CASC_JENKINS_CONFIG
4242
value: /var/jenkins_home/casc_configs
43-
image: docker.io/jenkins/jenkins:2.479.2-jdk17
43+
image: docker.io/jenkins/jenkins:2.479.3-jdk17
4444
imagePullPolicy: Always
4545
livenessProbe:
4646
failureThreshold: 5
@@ -161,7 +161,7 @@ default values:
161161
- command:
162162
- sh
163163
- /var/jenkins_config/apply_config.sh
164-
image: docker.io/jenkins/jenkins:2.479.2-jdk17
164+
image: docker.io/jenkins/jenkins:2.479.3-jdk17
165165
imagePullPolicy: Always
166166
name: init
167167
resources:
@@ -260,7 +260,7 @@ test scheme for config-reload:
260260
value: "50000"
261261
- name: CASC_JENKINS_CONFIG
262262
value: /var/jenkins_home/casc_configs
263-
image: docker.io/jenkins/jenkins:2.479.2-jdk17
263+
image: docker.io/jenkins/jenkins:2.479.3-jdk17
264264
imagePullPolicy: Always
265265
livenessProbe:
266266
failureThreshold: 5
@@ -381,7 +381,7 @@ test scheme for config-reload:
381381
- command:
382382
- sh
383383
- /var/jenkins_config/apply_config.sh
384-
image: docker.io/jenkins/jenkins:2.479.2-jdk17
384+
image: docker.io/jenkins/jenkins:2.479.3-jdk17
385385
imagePullPolicy: Always
386386
name: init
387387
resources:

0 commit comments

Comments
 (0)