Skip to content

Commit

Permalink
Merge branch 'jenkinsci:main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
kvanzuijlen authored Dec 18, 2023
2 parents b4dd316 + ad3f1f7 commit fe57976
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
version: v3.12.0

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11.4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-lts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Jenkins LTS version
id: lts
uses: jenkins-infra/jenkins-version@0.4.7
uses: jenkins-infra/jenkins-version@0.5.0
with:
version-identifier: lts

Expand Down
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.9.2

Update Jenkins image and appVersion to jenkins lts release version 2.426.2


Notes about [Artifact Hub](https://artifacthub.io/packages/helm/jenkinsci/jenkins?modal=changelog) changelog processing:
- Remove empty lines
- Keep only ASCII characters (no emojis)
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.9.1
appVersion: 2.426.1
version: 4.9.2
appVersion: 2.426.2
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.1-jdk17
image: jenkins/jenkins:2.426.2-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.1-jdk17
image: jenkins/jenkins:2.426.2-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.1-jdk17
image: jenkins/jenkins:2.426.2-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.1-slim
controller.tag: 2.426.2-slim
controller.imagePullPolicy: IfNotPresent
asserts:
- equal:
path: spec.template.spec.containers[0].image
value: jenkins/jenkins:2.426.1-slim
value: jenkins/jenkins:2.426.2-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.1-alpine
value: jenkins/jenkins:2.426.2-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.1
value: jenkins/jenkins:2.426.2
- 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 @@ -22,7 +22,7 @@ controller:
# Used for label app.kubernetes.io/component
componentName: "jenkins-controller"
image: "jenkins/jenkins"
# tag: "2.426.1-jdk17"
# tag: "2.426.2-jdk17"
tagLabel: jdk17
imagePullPolicy: "Always"
imagePullSecretName:
Expand Down

0 comments on commit fe57976

Please sign in to comment.