Skip to content

Commit

Permalink
chore(deps): bump lts to 2.426.3 (#984)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jenkins-dependency-updater[bot] authored Jan 25, 2024
1 parent d932f04 commit 5c51c0b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions charts/jenkins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ Use the following links to reference issues, PRs, and commits prior to v2.6.0.
The changelog until v1.5.7 was auto-generated based on git commits.
Those entries include a reference to the git commit to be able to get more details.

## 4.12.1

Update Jenkins image and appVersion to jenkins lts release version 2.426.3


## 4.12.0

Add support for [generic ephemeral storage](https://github.com/jenkinsci/kubernetes-plugin/pull/1489) in `agent.volumes` and `agents.workspaceVolume`.
Expand Down
6 changes: 3 additions & 3 deletions charts/jenkins/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: jenkins
home: https://jenkins.io/
version: 4.12.0
appVersion: 2.426.2
version: 4.12.1
appVersion: 2.426.3
description: Jenkins - Build great things at any scale! The leading open source automation server, Jenkins provides over 1800 plugins to support building, deploying and automating any project.
sources:
- https://github.com/jenkinsci/jenkins
Expand Down Expand Up @@ -35,7 +35,7 @@ annotations:
url: https://github.com/jenkinsci/helm-charts/issues
artifacthub.io/images: |
- name: jenkins
image: jenkins/jenkins:2.426.2-jdk17
image: jenkins/jenkins:2.426.3-jdk17
- name: k8s-sidecar
image: kiwigrid/k8s-sidecar:1.24.4
- name: inbound-agent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ tests:
value: "50000"
- name: CASC_JENKINS_CONFIG
value: /var/jenkins_home/casc_configs
image: jenkins/jenkins:2.426.2-jdk17
image: jenkins/jenkins:2.426.3-jdk17
imagePullPolicy: Always
securityContext:
runAsUser: 1000
Expand Down Expand Up @@ -191,7 +191,7 @@ tests:
command:
- sh
- /var/jenkins_config/apply_config.sh
image: jenkins/jenkins:2.426.2-jdk17
image: jenkins/jenkins:2.426.3-jdk17
imagePullPolicy: Always
securityContext:
runAsUser: 1000
Expand Down Expand Up @@ -363,12 +363,12 @@ tests:
- it: configure image tag
template: jenkins-controller-statefulset.yaml
set:
controller.tag: 2.426.2-slim
controller.tag: 2.426.3-slim
controller.imagePullPolicy: IfNotPresent
asserts:
- equal:
path: spec.template.spec.containers[0].image
value: jenkins/jenkins:2.426.2-slim
value: jenkins/jenkins:2.426.3-slim
- equal:
path: spec.template.spec.containers[0].imagePullPolicy
value: IfNotPresent
Expand All @@ -379,15 +379,15 @@ tests:
asserts:
- equal:
path: spec.template.spec.containers[0].image
value: jenkins/jenkins:2.426.2-alpine
value: jenkins/jenkins:2.426.3-alpine
- it: configure empty image tag label
template: jenkins-controller-statefulset.yaml
set:
controller.tagLabel:
asserts:
- equal:
path: spec.template.spec.containers[0].image
value: jenkins/jenkins:2.426.2
value: jenkins/jenkins:2.426.3
- it: custom image
template: jenkins-controller-statefulset.yaml
set:
Expand Down
2 changes: 1 addition & 1 deletion charts/jenkins/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ controller:
# Used for label app.kubernetes.io/component
componentName: "jenkins-controller"
image: "jenkins/jenkins"
# tag: "2.426.2-jdk17"
# tag: "2.426.3-jdk17"
tagLabel: jdk17
imagePullPolicy: "Always"
imagePullSecretName:
Expand Down

0 comments on commit 5c51c0b

Please sign in to comment.