Skip to content

Commit 001bc7e

Browse files
committed
Populate additional ArtifactHub annotations
1 parent 4ff8071 commit 001bc7e

File tree

2 files changed

+31
-14
lines changed

2 files changed

+31
-14
lines changed

gocd/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
### 2.13.1
2+
* Populate additional ArtifactHub annotations (thanks to @chadlwilson)
13
### 2.13.0
24
* Add support for modelling static agents as StatefulSets (thanks to @12345ieee)
35
### 2.12.1

gocd/Chart.yaml

+29-14
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,38 @@
11
apiVersion: v1
22
name: gocd
33
home: https://www.gocd.org/
4-
version: 2.13.0
4+
version: 2.13.1
55
appVersion: 25.1.0
66
description: GoCD is an open-source continuous delivery server to model and visualize complex workflows with ease.
77
icon: https://gocd.github.io/assets/images/go-icon-black-192x192.png
88
keywords:
9-
- gocd
10-
- ci
11-
- cd
12-
- ci/cd
13-
- continuous-integration
14-
- continuous-delivery
15-
- continuous-deployment
16-
- continuous-testing
9+
- gocd
10+
- ci
11+
- cd
12+
- ci/cd
13+
- continuous-integration
14+
- continuous-delivery
15+
- continuous-deployment
16+
- continuous-testing
1717
sources:
18-
- https://github.com/gocd/gocd
18+
- https://github.com/gocd/gocd
19+
- https://github.com/gocd/helm-chart/gocd
1920
maintainers:
20-
- name: chadlwilson
21-
22-
- name: arvindsv
23-
21+
- name: chadlwilson
22+
23+
- name: arvindsv
24+
25+
annotations:
26+
artifacthub.io/license: Apache-2.0
27+
artifacthub.io/category: integration-delivery
28+
artifacthub.io/images: |
29+
- name: gocd-server
30+
image: gocd/gocd-server:25.1.0
31+
platforms:
32+
- linux/amd64
33+
- linux/arm64
34+
- name: gocd-agent (optional)
35+
image: gocd/gocd-agent-wolfi:25.1.0
36+
platforms:
37+
- linux/amd64
38+
- linux/arm64

0 commit comments

Comments
 (0)