Skip to content

Commit

Permalink
chore(deps): update jenkins/jenkins docker tag (#1249)
Browse files Browse the repository at this point in the history
Co-authored-by: jenkins-dependency-updater[bot] <81680575+jenkins-dependency-updater[bot]@users.noreply.github.com>
  • Loading branch information
jenkins-dependency-updater[bot] authored Nov 27, 2024
1 parent 95e1e94 commit 319e7b3
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.7.15

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

## 5.7.14

Update `kubernetes` to version `4296.v20a_7e4d77cf6`
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.7.14
appVersion: 2.479.1
version: 5.7.15
appVersion: 2.479.2
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.1-jdk17
image: docker.io/jenkins/jenkins:2.479.2-jdk17
- name: k8s-sidecar
image: docker.io/kiwigrid/k8s-sidecar:1.28.0
- 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.1
docker.io/jenkins/jenkins:2.479.2
configure image tag label:
1: |
docker.io/jenkins/jenkins:2.479.1-alpine
docker.io/jenkins/jenkins:2.479.2-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.1-jdk17
image: docker.io/jenkins/jenkins:2.479.2-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.1-jdk17
image: docker.io/jenkins/jenkins:2.479.2-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.1-jdk17
image: docker.io/jenkins/jenkins:2.479.2-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.1-jdk17
image: docker.io/jenkins/jenkins:2.479.2-jdk17
imagePullPolicy: Always
name: init
resources:
Expand Down

0 comments on commit 319e7b3

Please sign in to comment.