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 | `f55f620` -> `0b71edd` | --- > [!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.534`](https://redirect.github.com/jenkinsci/docker/releases/tag/2.534) [Compare Source](https://redirect.github.com/jenkinsci/docker/compare/2.533...2.534) <!-- Optional: add a release summary here --> #### 📦 Jenkins Core updates - Update to Jenkins 2.534 ([changelog](https://www.jenkins.io/changelog/2.534)) #### 🐛 Bug fixes - fix: take in account Jenkins versioning format in `versionLT` and `Compare-VersionLessThan` ([#​2099](https://redirect.github.com/jenkinsci/docker/issues/2099)) [@​lemeurherve](https://redirect.github.com/lemeurherve) #### 📦 Dependency updates - chore(deps): bump updatecli/updatecli-action from 2.93.0 to 2.94.0 ([#​2101](https://redirect.github.com/jenkinsci/docker/issues/2101)) @​[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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
52 lines
1.0 KiB
YAML
52 lines
1.0 KiB
YAML
image:
|
|
repository: docker.io/jenkins/jenkins
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.534-jdk17@sha256:0b71eddaf3a236cd9c41f2bea8aa1ed3d32df9bf989a0648dd0d94f3dadab925
|
|
security:
|
|
container:
|
|
runAsGroup: 1000
|
|
runAsUser: 1000
|
|
pod:
|
|
fsGroup: 1000
|
|
# securityContext:
|
|
# readOnlyRootFilesystem: false
|
|
jenkins:
|
|
java_opts: []
|
|
jenkins_opts: []
|
|
jenkins_java_opts: []
|
|
plugins_force_upgrade: false
|
|
upgrade_if_no_marker: false
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /login
|
|
readiness:
|
|
type: http
|
|
path: /login
|
|
startup:
|
|
type: tcp
|
|
envFrom:
|
|
- secretRef:
|
|
name: "jenkins-secret"
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
port: 10280
|
|
agent:
|
|
enabled: true
|
|
ports:
|
|
agent:
|
|
enabled: true
|
|
port: 50000
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /var/jenkins_home
|