Skip to content

Commit

Permalink
chore: Prefixed artifacthub.io/images with docker.io (#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvanzuijlen authored Feb 1, 2024
1 parent 7196edb commit 721d81e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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.5

Prefixed artifacthub.io/images with `docker.io`

## 5.0.4

Updated super-linter to v6. Updated README.md and CHANGELOG.md to fix linting issues.
Expand Down
8 changes: 4 additions & 4 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.4
version: 5.0.5
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 @@ -35,10 +35,10 @@ annotations:
url: https://github.com/jenkinsci/helm-charts/issues
artifacthub.io/images: |
- name: jenkins
image: jenkins/jenkins:2.426.3-jdk17
image: docker.io/jenkins/jenkins:2.426.3-jdk17
- name: k8s-sidecar
image: kiwigrid/k8s-sidecar:1.24.4
image: docker.io/kiwigrid/k8s-sidecar:1.24.4
- name: inbound-agent
image: jenkins/inbound-agent:3192.v713e3b_039fb_e-5
image: docker.io/jenkins/inbound-agent:3192.v713e3b_039fb_e-5
artifacthub.io/category: "integration-delivery"
artifacthub.io/license: "Apache-2.0"

0 comments on commit 721d81e

Please sign in to comment.