From 63edab684dfaf9f9e48ef7dbbf5a20b8bfa19809 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 13 Jan 2024 17:59:20 +0100 Subject: [PATCH] chore(deps): update container image jenkins/jenkins to v2.440-jdk17@061945b by renovate (#17108) 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.439-jdk17` -> `2.440-jdk17` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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 | 56 +++++++++++++++---------------- charts/stable/jenkins/values.yaml | 2 +- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/charts/stable/jenkins/Chart.yaml b/charts/stable/jenkins/Chart.yaml index 6c384b2193b..49d0440f3fc 100644 --- a/charts/stable/jenkins/Chart.yaml +++ b/charts/stable/jenkins/Chart.yaml @@ -1,31 +1,3 @@ -kubeVersion: ">=1.24.0-0" -apiVersion: v2 -name: jenkins -version: 6.3.1 -appVersion: "2.439" -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 -deprecated: false -sources: - - https://github.com/jenkinsci/docker - - https://github.com/truecharts/charts/tree/master/charts/stable/jenkins - - https://hub.docker.com/r/jenkins/jenkins -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -keywords: - - jenkins - - productivity -dependencies: - - name: common - version: 17.2.22 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] annotations: max_scale_version: 23.10.2 min_scale_version: 23.10.0 @@ -34,4 +6,32 @@ annotations: truecharts.org/max_helm_version: "3.13" truecharts.org/min_helm_version: "3.12" truecharts.org/train: stable +apiVersion: v2 +appVersion: "2.440" +dependencies: + - name: common + version: 17.2.22 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +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 +keywords: + - jenkins + - productivity +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jenkins +sources: + - https://github.com/jenkinsci/docker + - https://github.com/truecharts/charts/tree/master/charts/stable/jenkins + - https://hub.docker.com/r/jenkins/jenkins type: application +version: 6.4.0 diff --git a/charts/stable/jenkins/values.yaml b/charts/stable/jenkins/values.yaml index 2f0b4f1c3ec..8adb1f2c209 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.439-jdk17@sha256:2aee59d405c56ac9ee3a4de2421d6f0c887ba2802dfd7193b6f687066407c0a7 + tag: 2.440-jdk17@sha256:061945b7047f2154e6b216ffc937195e44ae79380d29ad0fc6589c4760383b3b security: container: runAsGroup: 1000