6d6b4b1d03
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jenkins/jenkins](https://www.jenkins.io/) ([source](https://redirect.github.com/jenkinsci/docker)) | minor | `2.477-jdk17` -> `2.478-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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4zIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
55 lines
1.0 KiB
YAML
55 lines
1.0 KiB
YAML
image:
|
|
repository: jenkins/jenkins
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.478-jdk17@sha256:04f29f3d6afdcf0e3a5fc627d21747547e1818c79d6ae6317598536bbeb4dd74
|
|
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
|
|
portal:
|
|
open:
|
|
enabled: true
|