Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update kiwigrid/k8s-sidecar docker tag to v1.25.3 - autoclosed #992

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3

Update `kiwigrid/k8s-sidecar` to version `1.25.3`

## 5.0.2

Update `git` to version `5.2.1`
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.2
version: 5.0.3
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: jenkins/jenkins:2.426.3-jdk17
- name: k8s-sidecar
image: kiwigrid/k8s-sidecar:1.24.4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we prefix this with docker.io so we only get one PR ref #991

@kvanzuijlen

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, yes, looks like that's required. I'll open a PR shortly prefixing every image with docker.io

image: 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
Loading