Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump lts to 2.332.1 #582

Merged
merged 1 commit into from
Mar 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 change log 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.

## 3.11.6

Update Jenkins image and appVersion to jenkins lts release version 2.332.1


## 3.11.5

Change Backup Role name function call to match the RoleDef function call in the Backup RoleBinding
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: 3.11.5
appVersion: 2.319.3
version: 3.11.6
appVersion: 2.332.1
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.
sources:
- https://github.com/jenkinsci/jenkins
Expand All @@ -29,7 +29,7 @@ annotations:
url: https://www.jenkins.io/
artifacthub.io/images: |
- name: jenkins
image: jenkins/jenkins:2.319.3-jdk11
image: jenkins/jenkins:2.332.1-jdk11
- name: k8s-sidecar
image: kiwigrid/k8s-sidecar:1.15.0
- name: inbound-agent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ tests:
value: "50000"
- name: CASC_JENKINS_CONFIG
value: /var/jenkins_home/casc_configs
image: jenkins/jenkins:2.319.3-jdk11
image: jenkins/jenkins:2.332.1-jdk11
imagePullPolicy: Always
securityContext:
runAsUser: 1000
Expand Down Expand Up @@ -167,7 +167,7 @@ tests:
- command:
- sh
- /var/jenkins_config/apply_config.sh
image: jenkins/jenkins:2.319.3-jdk11
image: jenkins/jenkins:2.332.1-jdk11
imagePullPolicy: Always
securityContext:
runAsUser: 1000
Expand Down Expand Up @@ -349,15 +349,15 @@ tests:
asserts:
- equal:
path: spec.template.spec.containers[0].image
value: jenkins/jenkins:2.319.3-alpine
value: jenkins/jenkins:2.332.1-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.319.3
value: jenkins/jenkins:2.332.1
- 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 @@ -19,7 +19,7 @@ controller:
# Used for label app.kubernetes.io/component
componentName: "jenkins-controller"
image: "jenkins/jenkins"
# tag: "2.319.3-jdk11"
# tag: "2.332.1-jdk11"
tagLabel: jdk11
imagePullPolicy: "Always"
imagePullSecretName:
Expand Down