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): update jenkins/jenkins docker tag #1190

Merged
merged 1 commit into from
Sep 4, 2024
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
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.5.14

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

## 5.5.13

Update `docker.io/kiwigrid/k8s-sidecar` to version `1.27.6`
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.5.13
appVersion: 2.462.1
version: 5.5.14
appVersion: 2.462.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.462.1-jdk17
image: docker.io/jenkins/jenkins:2.462.2-jdk17
- name: k8s-sidecar
image: docker.io/kiwigrid/k8s-sidecar:1.27.6
- 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.462.1
docker.io/jenkins/jenkins:2.462.2
configure image tag label:
1: |
docker.io/jenkins/jenkins:2.462.1-alpine
docker.io/jenkins/jenkins:2.462.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.462.1-jdk17
image: docker.io/jenkins/jenkins:2.462.2-jdk17
imagePullPolicy: Always
livenessProbe:
failureThreshold: 5
Expand Down Expand Up @@ -160,7 +160,7 @@ default values:
- command:
- sh
- /var/jenkins_config/apply_config.sh
image: docker.io/jenkins/jenkins:2.462.1-jdk17
image: docker.io/jenkins/jenkins:2.462.2-jdk17
imagePullPolicy: Always
name: init
resources:
Expand Down Expand Up @@ -259,7 +259,7 @@ test scheme for config-reload:
value: "50000"
- name: CASC_JENKINS_CONFIG
value: /var/jenkins_home/casc_configs
image: docker.io/jenkins/jenkins:2.462.1-jdk17
image: docker.io/jenkins/jenkins:2.462.2-jdk17
imagePullPolicy: Always
livenessProbe:
failureThreshold: 5
Expand Down Expand Up @@ -379,7 +379,7 @@ test scheme for config-reload:
- command:
- sh
- /var/jenkins_config/apply_config.sh
image: docker.io/jenkins/jenkins:2.462.1-jdk17
image: docker.io/jenkins/jenkins:2.462.2-jdk17
imagePullPolicy: Always
name: init
resources:
Expand Down