Skip to content

Commit

Permalink
chore(deps): update jenkins/jenkins docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-dependency-updater[bot] authored Jan 8, 2025
1 parent ae16580 commit e1bd222
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions charts/jenkins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ 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.

## 5.8.2

Update `jenkins/jenkins` to version `2.479.3-jdk17`

## 5.8.1

Update `configuration-as-code` to version `1915.vcdd0a_d0d2625`
Expand Down
6 changes: 3 additions & 3 deletions charts/jenkins/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: jenkins
type: application
home: https://www.jenkins.io/
version: 5.8.1
appVersion: 2.479.2
version: 5.8.2
appVersion: 2.479.3
description: >
Jenkins - Build great things at any scale! As the leading open source automation server, Jenkins provides over 1800 plugins to support building, deploying and automating any project.
Expand Down Expand Up @@ -38,7 +38,7 @@ annotations:
url: https://github.com/jenkinsci/helm-charts/issues
artifacthub.io/images: |
- name: jenkins
image: docker.io/jenkins/jenkins:2.479.2-jdk17
image: docker.io/jenkins/jenkins:2.479.3-jdk17
- name: k8s-sidecar
image: docker.io/kiwigrid/k8s-sidecar:1.28.4
- name: inbound-agent
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
configure empty image tag label:
1: |
docker.io/jenkins/jenkins:2.479.2
docker.io/jenkins/jenkins:2.479.3
configure image tag label:
1: |
docker.io/jenkins/jenkins:2.479.2-alpine
docker.io/jenkins/jenkins:2.479.3-alpine
default values:
1: |
replicas: 1
Expand Down Expand Up @@ -40,7 +40,7 @@ default values:
value: "50000"
- name: CASC_JENKINS_CONFIG
value: /var/jenkins_home/casc_configs
image: docker.io/jenkins/jenkins:2.479.2-jdk17
image: docker.io/jenkins/jenkins:2.479.3-jdk17
imagePullPolicy: Always
livenessProbe:
failureThreshold: 5
Expand Down Expand Up @@ -161,7 +161,7 @@ default values:
- command:
- sh
- /var/jenkins_config/apply_config.sh
image: docker.io/jenkins/jenkins:2.479.2-jdk17
image: docker.io/jenkins/jenkins:2.479.3-jdk17
imagePullPolicy: Always
name: init
resources:
Expand Down Expand Up @@ -260,7 +260,7 @@ test scheme for config-reload:
value: "50000"
- name: CASC_JENKINS_CONFIG
value: /var/jenkins_home/casc_configs
image: docker.io/jenkins/jenkins:2.479.2-jdk17
image: docker.io/jenkins/jenkins:2.479.3-jdk17
imagePullPolicy: Always
livenessProbe:
failureThreshold: 5
Expand Down Expand Up @@ -381,7 +381,7 @@ test scheme for config-reload:
- command:
- sh
- /var/jenkins_config/apply_config.sh
image: docker.io/jenkins/jenkins:2.479.2-jdk17
image: docker.io/jenkins/jenkins:2.479.3-jdk17
imagePullPolicy: Always
name: init
resources:
Expand Down

0 comments on commit e1bd222

Please sign in to comment.