Skip to content

Commit

Permalink
chore: setup project
Browse files Browse the repository at this point in the history
Signed-off-by: Brad McCoy <bradmccoydev@gmail.com>
  • Loading branch information
bradmccoydev committed May 25, 2023
1 parent 4e2788f commit fa1b440
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # v1.5.0
with:
charts_dir: chart
config: chart/cr.yaml
charts_dir: charts
config: charts/cr.yaml
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
16 changes: 15 additions & 1 deletion charts/cdevents-github-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
version: 0.0.1
version: 0.0.2
appVersion: 0.0.1
name: cdevents-controller
engine: gotpl
Expand All @@ -11,3 +11,17 @@ maintainers:
sources:
- https://github.com/bradmccoydev/cdevents-controller
kubeVersion: ">=1.23.0-0"
keywords:
- cloud-native
- cdevents
- cd
annotations:
artifacthub.io/links: |
- name: support
url: https://github.com/bradmccoydev/cdevevents-controller/issues/new
- name: docs
url: https://blog.bradmccoy.io/
artifacthub.io/license: "Apache-2.0"
artifacthub.io/signKey: |
fingerprint: 91BF31657FB6BB5931CBFCF92A544B84946E3621
url: https://keybase.io/bradmccoydev/pgp_keys.asc

0 comments on commit fa1b440

Please sign in to comment.