Skip to content

Commit

Permalink
chore(deps): update jenkins package dependencies (#90)
Browse files Browse the repository at this point in the history
| datasource | package                                               | from  | to     |
| ---------- | ----------------------------------------------------- | ----- | ------ |
| docker     | docker.io/jenkins/jenkins                             | 2.483 | 2.485  |
| helm       | jenkins                                               | 5.7.9 | 5.7.12 |
| docker     | registry1.dso.mil/ironbank/opensource/jenkins/jenkins | 2.482 | 2.485  |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 5456280 commit cc8e467
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 @@ -41,7 +41,7 @@ components:
- name: jenkins
namespace: jenkins
url: https://charts.jenkins.io
version: 5.7.9
version: 5.7.12
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.482-jdk17"
tag: "2.485-jdk17"
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 @@ -5,7 +5,7 @@ controller:
image:
registry: "docker.io"
repository: "jenkins/jenkins"
tag: "2.483-jdk17"
tag: "2.485-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 @@ -37,7 +37,7 @@ components:
valuesFiles:
- values/upstream.yaml
images:
- docker.io/jenkins/jenkins:2.483-jdk17
- docker.io/jenkins/jenkins:2.485-jdk17
- docker.io/kiwigrid/k8s-sidecar:1.28.0
- 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.482-jdk17
- registry1.dso.mil/ironbank/opensource/jenkins/jenkins:2.485-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 Down

0 comments on commit cc8e467

Please sign in to comment.