Skip to content

Commit 792c064

Browse files
chore(deps): update jenkins/jenkins docker tag (#1471)
Co-authored-by: jenkins-dependency-updater[bot] <81680575+jenkins-dependency-updater[bot]@users.noreply.github.com>
1 parent 3504f31 commit 792c064

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.82
16+
17+
Update `jenkins/jenkins` to version `2.516.2-jdk21`
18+
1519
## 5.8.81
1620

1721
Update `jenkins/inbound-agent` to version `3327.v868139a_d00e0-6`

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.81
6-
appVersion: 2.516.1
5+
version: 5.8.82
6+
appVersion: 2.516.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.516.1-jdk21
41+
image: docker.io/jenkins/jenkins:2.516.2-jdk21
4242
- name: k8s-sidecar
4343
image: docker.io/kiwigrid/k8s-sidecar:1.30.7
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.516.1
17+
docker.io/jenkins/jenkins:2.516.2
1818
configure image tag label:
1919
1: |
20-
docker.io/jenkins/jenkins:2.516.1-alpine
20+
docker.io/jenkins/jenkins:2.516.2-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.516.1-jdk21
58+
image: docker.io/jenkins/jenkins:2.516.2-jdk21
5959
imagePullPolicy: Always
6060
livenessProbe:
6161
failureThreshold: 5
@@ -176,7 +176,7 @@ default values:
176176
- command:
177177
- sh
178178
- /var/jenkins_config/apply_config.sh
179-
image: docker.io/jenkins/jenkins:2.516.1-jdk21
179+
image: docker.io/jenkins/jenkins:2.516.2-jdk21
180180
imagePullPolicy: Always
181181
name: init
182182
resources:
@@ -276,7 +276,7 @@ test scheme for config-reload:
276276
value: "50000"
277277
- name: CASC_JENKINS_CONFIG
278278
value: /var/jenkins_home/casc_configs
279-
image: docker.io/jenkins/jenkins:2.516.1-jdk21
279+
image: docker.io/jenkins/jenkins:2.516.2-jdk21
280280
imagePullPolicy: Always
281281
livenessProbe:
282282
failureThreshold: 5
@@ -397,7 +397,7 @@ test scheme for config-reload:
397397
- command:
398398
- sh
399399
- /var/jenkins_config/apply_config.sh
400-
image: docker.io/jenkins/jenkins:2.516.1-jdk21
400+
image: docker.io/jenkins/jenkins:2.516.2-jdk21
401401
imagePullPolicy: Always
402402
name: init
403403
resources:

0 commit comments

Comments
 (0)