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`
([#&#8203;1940](https://redirect.github.com/jenkinsci/docker/issues/1940))
[@&#8203;timja](https://redirect.github.com/timja)
- Use fixed strings when searching for plugin manager version
([#&#8203;1939](https://redirect.github.com/jenkinsci/docker/issues/1939))
[@&#8203;timja](https://redirect.github.com/timja)

#### 📦 Dependency updates

- chore(deps): bump plugin manager to 2.13.2
([#&#8203;1942](https://redirect.github.com/jenkinsci/docker/issues/1942))
[@&#8203;jenkins-dependency-updater](https://redirect.github.com/jenkins-dependency-updater)
- chore(deps): bump plugin manager to 2.13.1
([#&#8203;1938](https://redirect.github.com/jenkinsci/docker/issues/1938))
[@&#8203;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:
TrueCharts Bot
2024-10-15 21:46:48 +02:00
committed by GitHub
parent d0d27dbd82
commit 5eb82f00f4
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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