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/k8s-sidecar            | 1.28.0 | 1.28.1 |
| docker     | docker.io/jenkins/jenkins                             | 2.488  | 2.489  |
| helm       | jenkins                                               | 5.7.20 | 5.7.21 |
| docker     | registry1.dso.mil/ironbank/opensource/jenkins/jenkins | 2.486  | 2.488  |
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent e1dcc8f commit 6fa85bb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.20
version: 5.7.21
repoName: jenkins
releaseName: jenkins
valuesFiles:
Expand Down
2 changes: 1 addition & 1 deletion values/registry1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ controller:
image:
registry: "registry1.dso.mil"
repository: "ironbank/opensource/jenkins/jenkins"
tag: "2.486-jdk17"
tag: "2.488-jdk17"
sidecars:
configAutoReload:
image:
Expand Down
2 changes: 1 addition & 1 deletion values/unicorn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ controller:
image:
registry: "cgr.dev"
repository: "du-uds-defenseunicorns/k8s-sidecar"
tag: "1.28.0"
tag: "1.28.1"

agent:
image:
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.488-jdk17"
tag: "2.489-jdk17"
sidecars:
configAutoReload:
image:
Expand Down
6 changes: 3 additions & 3 deletions 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.488-jdk17
- docker.io/jenkins/jenkins:2.489-jdk17
- docker.io/kiwigrid/k8s-sidecar:1.28.1
- docker.io/jenkins/inbound-agent:3256.v88a_f6e922152-1

Expand All @@ -55,7 +55,7 @@ components:
valuesFiles:
- values/registry1.yaml
images:
- registry1.dso.mil/ironbank/opensource/jenkins/jenkins:2.486-jdk17
- registry1.dso.mil/ironbank/opensource/jenkins/jenkins:2.488-jdk17
- registry1.dso.mil/ironbank/opensource/jenkins/inbound-agent:3186.vc3b_7249b_87eb_-1
- registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar:1.28.0

Expand All @@ -75,4 +75,4 @@ components:
images:
- cgr.dev/du-uds-defenseunicorns/jenkins:2.480
- registry1.dso.mil/ironbank/opensource/jenkins/inbound-agent:3186.vc3b_7249b_87eb_-1
- cgr.dev/du-uds-defenseunicorns/k8s-sidecar:1.28.0
- cgr.dev/du-uds-defenseunicorns/k8s-sidecar:1.28.1

0 comments on commit 6fa85bb

Please sign in to comment.