Skip to content

Commit

Permalink
chore(deps): update jenkins package dependencies
Browse files Browse the repository at this point in the history
| datasource | package                   | from   | to     |
| ---------- | ------------------------- | ------ | ------ |
| docker     | docker.io/jenkins/jenkins | 2.486  | 2.487  |
| helm       | jenkins                   | 5.7.14 | 5.7.19 |
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 3e167d2 commit aa4e30e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ components:
- name: jenkins
namespace: jenkins
url: https://charts.jenkins.io
version: 5.7.14
version: 5.7.19
repoName: jenkins
releaseName: jenkins
valuesFiles:
Expand Down
2 changes: 1 addition & 1 deletion values/upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ controller:
image:
registry: "docker.io"
repository: "jenkins/jenkins"
tag: "2.486-jdk17"
tag: "2.487-jdk17"
sidecars:
configAutoReload:
image:
Expand Down
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ components:
valuesFiles:
- values/upstream.yaml
images:
- docker.io/jenkins/jenkins:2.486-jdk17
- docker.io/jenkins/jenkins:2.487-jdk17
- docker.io/kiwigrid/k8s-sidecar:1.28.0
- docker.io/jenkins/inbound-agent:3256.v88a_f6e922152-1

Expand Down

0 comments on commit aa4e30e

Please sign in to comment.