From 71643d8de41581c0b96c2a4c617035042ddb43cc Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 24 Nov 2023 19:58:42 +0100 Subject: [PATCH] chore(deps): update container image jenkins/jenkins to v2.433-jdk17@ae5495a (#15272) 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://togithub.com/jenkinsci/docker)) | minor | `2.432-jdk17` -> `2.433-jdk17` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://togithub.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 4978075b505..a90b6acddc6 100644 --- a/charts/stable/jenkins/Chart.yaml +++ b/charts/stable/jenkins/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.432" +appVersion: 2.433-jdk1 dependencies: - name: common repository: https://library-charts.truecharts.org @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/jenkins - https://github.com/jenkinsci/docker type: application -version: 4.0.17 +version: 4.1.17 annotations: truecharts.org/category: productivity truecharts.org/SCALE-support: "true" diff --git a/charts/stable/jenkins/values.yaml b/charts/stable/jenkins/values.yaml index 6527d552077..f1bf8cce3ec 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.432-jdk17@sha256:ac3847ba92be1ab69f6d38763c654c821eb1a1ab6fbdc6cf01b47f7c81960e6c + tag: 2.433-jdk17@sha256:ae5495a7b0586c1d4809e160d5961a6ab599268daadc9163ec1b013753fad065 security: container: runAsGroup: 1000