From a774a8f21b06bd5ce5d4bafd5ea86f8c58334c8f Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 12 Dec 2023 19:42:25 +0100 Subject: [PATCH] chore(deps): update container image jenkins/jenkins to v2.436-jdk17@8d037d0 (#16016) 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.435-jdk17` -> `2.436-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 | 36 +++++++++++++++---------------- charts/stable/jenkins/values.yaml | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/charts/stable/jenkins/Chart.yaml b/charts/stable/jenkins/Chart.yaml index 1a9301b4c61..32f7a4470df 100644 --- a/charts/stable/jenkins/Chart.yaml +++ b/charts/stable/jenkins/Chart.yaml @@ -1,31 +1,31 @@ -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' apiVersion: v2 name: jenkins -version: 4.3.0 -appVersion: "2.435" +version: 4.4.0 +appVersion: "2.436" 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 +- 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 +- name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: - - jenkins - - productivity +- jenkins +- productivity dependencies: - - name: common - version: 14.3.5 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] +- name: common + version: 14.3.5 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] annotations: max_scale_version: 23.10.1 min_scale_version: 22.12.4 diff --git a/charts/stable/jenkins/values.yaml b/charts/stable/jenkins/values.yaml index 78db1304a44..70a0490970e 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.435-jdk17@sha256:6baa2a5652103c2194fd2e7fe9023103dc0baf54ac56ef8f87b2c83385cca97b + tag: 2.436-jdk17@sha256:8d037d0acf710d7995491b7ce8fe263bb0e2cc31082e43433e552d6aef157cc4 security: container: runAsGroup: 1000