Skip to content

Commit 6825806

Browse files
chore(deps): bump lts to 2.332.1 (#582)
Signed-off-by: jenkins-dependency-updater <81680575+jenkins-dependency-updater[bot]@users.noreply.github.com> Co-authored-by: jenkins-dependency-updater <81680575+jenkins-dependency-updater[bot]@users.noreply.github.com>
1 parent 3fe5d8a commit 6825806

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

charts/jenkins/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ Use the following links to reference issues, PRs, and commits prior to v2.6.0.
1212
The change log 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+
## 3.11.6
16+
17+
Update Jenkins image and appVersion to jenkins lts release version 2.332.1
18+
19+
1520
## 3.11.5
1621

1722
Change Backup Role name function call to match the RoleDef function call in the Backup RoleBinding

charts/jenkins/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: jenkins
33
home: https://jenkins.io/
4-
version: 3.11.5
5-
appVersion: 2.319.3
4+
version: 3.11.6
5+
appVersion: 2.332.1
66
description: Jenkins - Build great things at any scale! The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.
77
sources:
88
- https://github.com/jenkinsci/jenkins
@@ -29,7 +29,7 @@ annotations:
2929
url: https://www.jenkins.io/
3030
artifacthub.io/images: |
3131
- name: jenkins
32-
image: jenkins/jenkins:2.319.3-jdk11
32+
image: jenkins/jenkins:2.332.1-jdk11
3333
- name: k8s-sidecar
3434
image: kiwigrid/k8s-sidecar:1.15.0
3535
- name: inbound-agent

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ tests:
6969
value: "50000"
7070
- name: CASC_JENKINS_CONFIG
7171
value: /var/jenkins_home/casc_configs
72-
image: jenkins/jenkins:2.319.3-jdk11
72+
image: jenkins/jenkins:2.332.1-jdk11
7373
imagePullPolicy: Always
7474
securityContext:
7575
runAsUser: 1000
@@ -167,7 +167,7 @@ tests:
167167
- command:
168168
- sh
169169
- /var/jenkins_config/apply_config.sh
170-
image: jenkins/jenkins:2.319.3-jdk11
170+
image: jenkins/jenkins:2.332.1-jdk11
171171
imagePullPolicy: Always
172172
securityContext:
173173
runAsUser: 1000
@@ -349,15 +349,15 @@ tests:
349349
asserts:
350350
- equal:
351351
path: spec.template.spec.containers[0].image
352-
value: jenkins/jenkins:2.319.3-alpine
352+
value: jenkins/jenkins:2.332.1-alpine
353353
- it: configure empty image tag label
354354
template: jenkins-controller-statefulset.yaml
355355
set:
356356
controller.tagLabel:
357357
asserts:
358358
- equal:
359359
path: spec.template.spec.containers[0].image
360-
value: jenkins/jenkins:2.319.3
360+
value: jenkins/jenkins:2.332.1
361361
- it: custom image
362362
template: jenkins-controller-statefulset.yaml
363363
set:

charts/jenkins/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ controller:
1919
# Used for label app.kubernetes.io/component
2020
componentName: "jenkins-controller"
2121
image: "jenkins/jenkins"
22-
# tag: "2.319.3-jdk11"
22+
# tag: "2.332.1-jdk11"
2323
tagLabel: jdk11
2424
imagePullPolicy: "Always"
2525
imagePullSecretName:

0 commit comments

Comments
 (0)