Skip to content

Commit

Permalink
change to LTS version
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloFerreira25 committed Sep 26, 2023
1 parent 04bf0c4 commit 6a96beb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion charts/jenkins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Those entries include a reference to the git commit to be able to get more detai

## 4.6.5

Update Jenkins image and appVersion to jenkins lts release version 2.425
Update Jenkins image and appVersion to jenkins lts release version 2.414.2

## 4.6.4

Expand Down
4 changes: 2 additions & 2 deletions charts/jenkins/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: jenkins
home: https://jenkins.io/
version: 4.6.5
appVersion: "2.425"
appVersion: "2.414.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.425-jdk11
image: jenkins/jenkins:2.414.2-jdk11
- 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 @@ -71,7 +71,7 @@ tests:
value: "50000"
- name: CASC_JENKINS_CONFIG
value: /var/jenkins_home/casc_configs
image: jenkins/jenkins:2.425-jdk11
image: jenkins/jenkins:2.414.2-jdk11
imagePullPolicy: Always
securityContext:
runAsUser: 1000
Expand Down Expand Up @@ -164,7 +164,7 @@ tests:
- command:
- sh
- /var/jenkins_config/apply_config.sh
image: jenkins/jenkins:2.425-jdk11
image: jenkins/jenkins:2.414.2-jdk11
imagePullPolicy: Always
securityContext:
runAsUser: 1000
Expand Down Expand Up @@ -337,12 +337,12 @@ tests:
- it: configure image tag
template: jenkins-controller-statefulset.yaml
set:
controller.tag: 2.425-slim
controller.tag: 2.414.2-slim
controller.imagePullPolicy: IfNotPresent
asserts:
- equal:
path: spec.template.spec.containers[0].image
value: jenkins/jenkins:2.425-slim
value: jenkins/jenkins:2.414.2-slim
- equal:
path: spec.template.spec.containers[0].imagePullPolicy
value: IfNotPresent
Expand All @@ -353,15 +353,15 @@ tests:
asserts:
- equal:
path: spec.template.spec.containers[0].image
value: jenkins/jenkins:2.425-alpine
value: jenkins/jenkins:2.414.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.425
value: jenkins/jenkins:2.414.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.425-jdk11"
# tag: "2.414.2-jdk11"
tagLabel: jdk11
imagePullPolicy: "Always"
imagePullSecretName:
Expand Down

0 comments on commit 6a96beb

Please sign in to comment.