From 5eb82f00f4d58b9fbf0e1ab0ebe87257fdb7fe4a Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 15 Oct 2024 21:46:48 +0200 Subject: [PATCH] chore(container): update image jenkins/jenkins to v2 by renovate (#27737) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jenkins/jenkins](https://www.jenkins.io/) ([source](https://redirect.github.com/jenkinsci/docker)) | minor | `9911eec` -> `62fe8db` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
jenkinsci/docker (jenkins/jenkins) ### [`v2.481`](https://redirect.github.com/jenkinsci/docker/releases/tag/2.481) [Compare Source](https://redirect.github.com/jenkinsci/docker/compare/2.480...2.481) #### 📦 Jenkins Core updates - Update to Jenkins 2.481 ([changelog](https://www.jenkins.io/changelog/2.481)) #### 👻 Maintenance - Label plugin manager update with `dependencies` ([#​1940](https://redirect.github.com/jenkinsci/docker/issues/1940)) [@​timja](https://redirect.github.com/timja) - Use fixed strings when searching for plugin manager version ([#​1939](https://redirect.github.com/jenkinsci/docker/issues/1939)) [@​timja](https://redirect.github.com/timja) #### 📦 Dependency updates - chore(deps): bump plugin manager to 2.13.2 ([#​1942](https://redirect.github.com/jenkinsci/docker/issues/1942)) [@​jenkins-dependency-updater](https://redirect.github.com/jenkins-dependency-updater) - chore(deps): bump plugin manager to 2.13.1 ([#​1938](https://redirect.github.com/jenkinsci/docker/issues/1938)) [@​jenkins-dependency-updater](https://redirect.github.com/jenkins-dependency-updater)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- charts/stable/jenkins/Chart.yaml | 4 ++-- charts/stable/jenkins/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/jenkins/Chart.yaml b/charts/stable/jenkins/Chart.yaml index 8facd40256e..df94779e836 100644 --- a/charts/stable/jenkins/Chart.yaml +++ b/charts/stable/jenkins/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.480.0 +appVersion: 2.481.0 dependencies: - name: common version: 25.0.0 @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/jenkins - https://hub.docker.com/r/jenkins/jenkins type: application -version: 9.18.0 +version: 9.19.0 diff --git a/charts/stable/jenkins/values.yaml b/charts/stable/jenkins/values.yaml index 8d8afeec771..35950a7e2a1 100644 --- a/charts/stable/jenkins/values.yaml +++ b/charts/stable/jenkins/values.yaml @@ -1,7 +1,7 @@ image: repository: jenkins/jenkins pullPolicy: IfNotPresent - tag: 2.480-jdk17@sha256:9911eec0c4357ba3b3de56768b48ccbe3d5812469888343572c07073bbd737f1 + tag: 2.481-jdk17@sha256:62fe8db1f064ce5bfd13cf87d2dcc9083d129b083a43009dde3551393ca9f4fa security: container: runAsGroup: 1000