chore(helm): update image docker.io/jenkins/jenkins 2.508 → 2.509 (#35143)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/jenkins/jenkins](https://www.jenkins.io/)
([source](https://redirect.github.com/jenkinsci/docker)) | minor |
`e210061` -> `dec4075` |

---

> [!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 (docker.io/jenkins/jenkins)</summary>

###
[`v2.509`](https://redirect.github.com/jenkinsci/docker/releases/tag/2.509)

[Compare
Source](https://redirect.github.com/jenkinsci/docker/compare/2.508...2.509)

<!-- Optional: add a release summary here -->

#### 📦 Jenkins Core updates

- Update to Jenkins 2.509
([changelog](https://www.jenkins.io/changelog/2.509))

#### 💥 Breaking changes

- Use JDK 21 as default JDK instead of JDK 17
([#&#8203;2008](https://redirect.github.com/jenkinsci/docker/issues/2008))
[@&#8203;MarkEWaite](https://redirect.github.com/MarkEWaite)

#### 🚀 New features and improvements

- PRE_CLEAR_INIT_GROOVY_D: Add in ability to pre-clear the init.groovy.d
folder
([#&#8203;900](https://redirect.github.com/jenkinsci/docker/issues/900))
[@&#8203;ac-hibbert](https://redirect.github.com/ac-hibbert)

#### 📦 Dependency updates

- chore(deps): bump updatecli/updatecli-action from 2.82.0 to 2.83.0
([#&#8203;2018](https://redirect.github.com/jenkinsci/docker/issues/2018))
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)

</details>

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
TrueCharts Bot
2025-05-07 14:33:10 +02:00
committed by GitHub
parent eda83918ea
commit 1cb13a7d19
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ annotations:
truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.508.0
appVersion: 2.509.0
dependencies:
- name: common
version: 25.4.10
@@ -36,5 +36,5 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/jenkins
- https://hub.docker.com/r/jenkins/jenkins
type: application
version: 9.44.0
version: 9.45.0
+1 -1
View File
@@ -1,7 +1,7 @@
image:
repository: docker.io/jenkins/jenkins
pullPolicy: IfNotPresent
tag: 2.508-jdk17@sha256:e210061c93d7245ca0388ce5906f7bacdac1d7cce0e08717853f70c659ee29e2
tag: 2.509-jdk17@sha256:dec4075bc7a616f04ab87210bfeb791975edf170b07796ead47ae872d35a34b6
security:
container:
runAsGroup: 1000