Skip to content

Commit

Permalink
chore(deps): update jenkins package dependencies (#111)
Browse files Browse the repository at this point in the history
| datasource | package                        | from   | to     |
| ---------- | ------------------------------ | ------ | ------ |
| docker     | docker.io/kiwigrid/k8s-sidecar | 1.28.0 | 1.28.1 |
| helm       | jenkins                        | 5.7.19 | 5.7.20 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent bf5730f commit e567ea6
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.19
version: 5.7.20
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 @@ -11,7 +11,7 @@ controller:
image:
registry: "docker.io"
repository: "kiwigrid/k8s-sidecar"
tag: "1.28.0"
tag: "1.28.1"

agent:
image:
Expand Down
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ components:
- values/upstream.yaml
images:
- docker.io/jenkins/jenkins:2.488-jdk17
- docker.io/kiwigrid/k8s-sidecar:1.28.0
- docker.io/kiwigrid/k8s-sidecar:1.28.1
- docker.io/jenkins/inbound-agent:3256.v88a_f6e922152-1

- name: jenkins
Expand Down

0 comments on commit e567ea6

Please sign in to comment.