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.491 | 2.492 |
| helm       | jenkins                   | 5.8.1 | 5.8.2 |
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 1cd39d5 commit e597a74
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.8.1
version: 5.8.2
repoName: jenkins
releaseName: jenkins
valuesFiles:
Expand Down
2 changes: 1 addition & 1 deletion releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
flavors:
- name: upstream
# renovate-uds: datasource=docker depName=docker.io/jenkins/jenkins extractVersion=^(?<version>\d+\.\d+)(-jdk\d+)?$
version: 2.491-uds.0
version: 2.492-uds.0
- name: registry1
# renovate-uds: datasource=docker depName=registry1.dso.mil/ironbank/opensource/jenkins/jenkins extractVersion=^(?<version>\d+\.\d+)(-jdk\d+)?$
version: 2.488-uds.0
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.491-jdk17"
tag: "2.492-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 @@ -35,7 +35,7 @@ components:
valuesFiles:
- values/upstream.yaml
images:
- docker.io/jenkins/jenkins:2.491-jdk17
- docker.io/jenkins/jenkins:2.492-jdk17
- docker.io/kiwigrid/k8s-sidecar:1.28.4
- docker.io/jenkins/inbound-agent:3256.v88a_f6e922152-1

Expand Down

0 comments on commit e597a74

Please sign in to comment.