chore(deps): update container image jenkins/jenkins to v2.435-jdk17@6baa2a5 (#15776)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jenkins/jenkins](https://www.jenkins.io/) ([source](https://togithub.com/jenkinsci/docker)) | minor | `2.434-jdk17` -> `2.435-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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44My41IiwidXBkYXRlZEluVmVyIjoiMzcuODMuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
This commit is contained in:
parent
f7e74dddb6
commit
4644a7532c
|
@ -1,31 +1,31 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: jenkins
|
||||
version: 4.2.1
|
||||
appVersion: "2.434"
|
||||
version: 4.3.0
|
||||
appVersion: "2.435"
|
||||
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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: jenkins/jenkins
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.434-jdk17@sha256:e783f1ec3505c757cc971110e358bb45fcd9457d78f1fea90bafd6e96d1a9527
|
||||
tag: 2.435-jdk17@sha256:6baa2a5652103c2194fd2e7fe9023103dc0baf54ac56ef8f87b2c83385cca97b
|
||||
security:
|
||||
container:
|
||||
runAsGroup: 1000
|
||||
|
|
Loading…
Reference in New Issue