From e3fe03f1db683428014f6a51fb16e36dc2a14cc2 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 2 Dec 2023 14:57:02 +0100 Subject: [PATCH] chore(deps): update container image jenkins/jenkins to v2.434-jdk17@e783f1e (#15480) 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.433-jdk17` -> `2.434-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 784c52a9ff2..33db767995a 100644 --- a/charts/stable/jenkins/Chart.yaml +++ b/charts/stable/jenkins/Chart.yaml @@ -1,8 +1,8 @@ kubeVersion: '>=1.24.0' apiVersion: v2 name: jenkins -version: 4.1.17 -appVersion: "2.433" +version: 4.2.0 +appVersion: "2.434" description: The gold standard in devops tools for running CI/CD pipelines. home: https://truecharts.org/charts/stable/jenkins icon: https://truecharts.org/img/hotlink-ok/chart-icons/jenkins.png diff --git a/charts/stable/jenkins/values.yaml b/charts/stable/jenkins/values.yaml index f1bf8cce3ec..35b31b60384 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.433-jdk17@sha256:ae5495a7b0586c1d4809e160d5961a6ab599268daadc9163ec1b013753fad065 + tag: 2.434-jdk17@sha256:e783f1ec3505c757cc971110e358bb45fcd9457d78f1fea90bafd6e96d1a9527 security: container: runAsGroup: 1000