Skip to content

Commit

Permalink
chore(deps): update docker.io/kiwigrid/k8s-sidecar docker tag to v1.2…
Browse files Browse the repository at this point in the history
…5.3 (#991)

Co-authored-by: jenkins-dependency-updater[bot] <81680575+jenkins-dependency-updater[bot]@users.noreply.github.com>
  • Loading branch information
jenkins-dependency-updater[bot] committed Feb 1, 2024
1 parent 5e76d74 commit cc33c7c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions charts/jenkins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Use the following links to reference issues, PRs, and commits prior to v2.6.0.
The changelog until v1.5.7 was auto-generated based on git commits.
Those entries include a reference to the git commit to be able to get more details.

## 5.0.7

Update `docker.io/kiwigrid/k8s-sidecar` to version `docker.io/kiwigrid/k8s-sidecar`

## 5.0.6

Removed `docker.io` prefix from inbound-agent image
Expand Down
4 changes: 2 additions & 2 deletions charts/jenkins/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: jenkins
home: https://jenkins.io/
version: 5.0.6
version: 5.0.7
appVersion: 2.426.3
description: Jenkins - Build great things at any scale! The leading open source automation server, Jenkins provides over 1800 plugins to support building, deploying and automating any project.
sources:
Expand Down Expand Up @@ -37,7 +37,7 @@ annotations:
- name: jenkins
image: docker.io/jenkins/jenkins:2.426.3-jdk17
- name: k8s-sidecar
image: docker.io/kiwigrid/k8s-sidecar:1.24.4
image: docker.io/kiwigrid/k8s-sidecar:1.25.3
- name: inbound-agent
image: jenkins/inbound-agent:3192.v713e3b_039fb_e-5
artifacthub.io/category: "integration-delivery"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ default values:
value: POST
- name: REQ_RETRY_CONNECT
value: "10"
image: docker.io/kiwigrid/k8s-sidecar:1.24.4
image: docker.io/kiwigrid/k8s-sidecar:1.25.3
imagePullPolicy: IfNotPresent
name: config-reload
resources: {}
Expand All @@ -143,7 +143,7 @@ default values:
value: my-namespace
- name: METHOD
value: LIST
image: docker.io/kiwigrid/k8s-sidecar:1.24.4
image: docker.io/kiwigrid/k8s-sidecar:1.25.3
imagePullPolicy: IfNotPresent
name: config-reload-init
resources: {}
Expand Down
2 changes: 1 addition & 1 deletion charts/jenkins/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ controller:
image:
registry: docker.io
repository: kiwigrid/k8s-sidecar
tag: 1.24.4
tag: 1.25.3
imagePullPolicy: IfNotPresent
resources: {}
# limits:
Expand Down

0 comments on commit cc33c7c

Please sign in to comment.