mirror of
https://github.com/truecharts/charts.git
synced 2026-07-08 10:46:24 -03:00
chore(container): update image jenkins/jenkins to v2 by renovate (#27737)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jenkins/jenkins](https://www.jenkins.io/) ([source](https://redirect.github.com/jenkinsci/docker)) | minor | `9911eec` -> `62fe8db` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>jenkinsci/docker (jenkins/jenkins)</summary> ### [`v2.481`](https://redirect.github.com/jenkinsci/docker/releases/tag/2.481) [Compare Source](https://redirect.github.com/jenkinsci/docker/compare/2.480...2.481) <!-- Optional: add a release summary here --> #### 📦 Jenkins Core updates - Update to Jenkins 2.481 ([changelog](https://www.jenkins.io/changelog/2.481)) #### 👻 Maintenance - Label plugin manager update with `dependencies` ([#​1940](https://redirect.github.com/jenkinsci/docker/issues/1940)) [@​timja](https://redirect.github.com/timja) - Use fixed strings when searching for plugin manager version ([#​1939](https://redirect.github.com/jenkinsci/docker/issues/1939)) [@​timja](https://redirect.github.com/timja) #### 📦 Dependency updates - chore(deps): bump plugin manager to 2.13.2 ([#​1942](https://redirect.github.com/jenkinsci/docker/issues/1942)) [@​jenkins-dependency-updater](https://redirect.github.com/jenkins-dependency-updater) - chore(deps): bump plugin manager to 2.13.1 ([#​1938](https://redirect.github.com/jenkinsci/docker/issues/1938)) [@​jenkins-dependency-updater](https://redirect.github.com/jenkins-dependency-updater) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.480.0
|
||||
appVersion: 2.481.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.0.0
|
||||
@@ -33,4 +33,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/jenkins
|
||||
- https://hub.docker.com/r/jenkins/jenkins
|
||||
type: application
|
||||
version: 9.18.0
|
||||
version: 9.19.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: jenkins/jenkins
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.480-jdk17@sha256:9911eec0c4357ba3b3de56768b48ccbe3d5812469888343572c07073bbd737f1
|
||||
tag: 2.481-jdk17@sha256:62fe8db1f064ce5bfd13cf87d2dcc9083d129b083a43009dde3551393ca9f4fa
|
||||
security:
|
||||
container:
|
||||
runAsGroup: 1000
|
||||
|
||||
Reference in New Issue
Block a user