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     | cgr.dev/du-uds-defenseunicorns/jenkins | 2.476 | 2.477 |
| docker     | docker.io/jenkins/jenkins              | 2.476 | 2.477 |
| helm       | jenkins                                | 5.6.1 | 5.6.2 |
  • Loading branch information
renovate[bot] authored Sep 18, 2024
1 parent 2e60279 commit a1ec116
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ components:
- name: jenkins
namespace: jenkins
url: https://charts.jenkins.io
version: 5.6.1
version: 5.6.2
repoName: jenkins
releaseName: jenkins
valuesFiles:
Expand Down
2 changes: 1 addition & 1 deletion values/unicorn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ controller:
image:
registry: "cgr.dev"
repository: "du-uds-defenseunicorns/jenkins"
tag: "2.476"
tag: "2.477"
sidecars:
configAutoReload:
image:
Expand Down
2 changes: 1 addition & 1 deletion values/upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ controller:
image:
registry: "docker.io"
repository: "jenkins/jenkins"
tag: "2.476-jdk17"
tag: "2.477-jdk17"
sidecars:
configAutoReload:
image:
Expand Down
4 changes: 2 additions & 2 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ components:
valuesFiles:
- values/upstream.yaml
images:
- docker.io/jenkins/jenkins:2.476-jdk17
- docker.io/jenkins/jenkins:2.477-jdk17
- docker.io/kiwigrid/k8s-sidecar:1.27.6
- docker.io/jenkins/inbound-agent:3256.v88a_f6e922152-1

Expand Down Expand Up @@ -71,6 +71,6 @@ components:
valuesFiles:
- values/unicorn.yaml
images:
- cgr.dev/du-uds-defenseunicorns/jenkins:2.476
- cgr.dev/du-uds-defenseunicorns/jenkins:2.477
- registry1.dso.mil/ironbank/opensource/jenkins/inbound-agent:3186.vc3b_7249b_87eb_-1
- cgr.dev/du-uds-defenseunicorns/k8s-sidecar:1.27.6

0 comments on commit a1ec116

Please sign in to comment.