Skip to content

Commit fa1b440

Browse files
committed
chore: setup project
Signed-off-by: Brad McCoy <[email protected]>
1 parent 4e2788f commit fa1b440

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

.github/workflows/release-helm-chart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Run chart-releaser
4646
uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # v1.5.0
4747
with:
48-
charts_dir: chart
49-
config: chart/cr.yaml
48+
charts_dir: charts
49+
config: charts/cr.yaml
5050
env:
5151
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

charts/cdevents-github-controller/Chart.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
version: 0.0.1
2+
version: 0.0.2
33
appVersion: 0.0.1
44
name: cdevents-controller
55
engine: gotpl
@@ -11,3 +11,17 @@ maintainers:
1111
sources:
1212
- https://github.com/bradmccoydev/cdevents-controller
1313
kubeVersion: ">=1.23.0-0"
14+
keywords:
15+
- cloud-native
16+
- cdevents
17+
- cd
18+
annotations:
19+
artifacthub.io/links: |
20+
- name: support
21+
url: https://github.com/bradmccoydev/cdevevents-controller/issues/new
22+
- name: docs
23+
url: https://blog.bradmccoy.io/
24+
artifacthub.io/license: "Apache-2.0"
25+
artifacthub.io/signKey: |
26+
fingerprint: 91BF31657FB6BB5931CBFCF92A544B84946E3621
27+
url: https://keybase.io/bradmccoydev/pgp_keys.asc

0 commit comments

Comments
 (0)