Files
truecharts/charts/stable/jenkins/values.yaml
T
TrueCharts Bot 7bd66bf6e8 chore(deps): update container image jenkins/jenkins to v2.459-jdk17@0b09041 by renovate (#22431)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jenkins/jenkins](https://www.jenkins.io/)
([source](https://togithub.com/jenkinsci/docker)) | minor |
`2.458-jdk17` -> `2.459-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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuNCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-25 02:53:00 +02:00

55 lines
1.0 KiB
YAML

image:
repository: jenkins/jenkins
pullPolicy: IfNotPresent
tag: 2.459-jdk17@sha256:0b09041acf6b49655dad6c61d6d1e30fb944242d6ac64bd10c3f9eebcb8db53c
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