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 container image jenkins/jenkins to v2.462-jdk17@5a5915a by renovate #23218

Merged
merged 1 commit into from
Jun 11, 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: 2 additions & 2 deletions charts/stable/jenkins/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.461.0
appVersion: 2.462.0
dependencies:
- name: common
version: 24.0.1
Expand All @@ -34,4 +34,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/jenkins
- https://hub.docker.com/r/jenkins/jenkins
type: application
version: 9.1.1
version: 9.2.0
2 changes: 1 addition & 1 deletion charts/stable/jenkins/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: jenkins/jenkins
pullPolicy: IfNotPresent
tag: 2.461-jdk17@sha256:331fe6cb62761c440a56b9b6833bec8c5a6a49b3c07761d8408db36a20e0568d
tag: 2.462-jdk17@sha256:5a5915a4a63c9e478683e1d4f6640ab02ae1723350d286a5a3b439b8afbf1cb9
security:
container:
runAsGroup: 1000
Expand Down
Loading