Skip to content

Commit

Permalink
test Helm chart signing
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvo Swillens committed Jun 3, 2022
1 parent 6d0a82a commit 06cbac9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
uses: helm/chart-releaser-action@v1.4.0
with:
charts_dir: k8s
sign: true
key: yvoswillens@gmail.com
config: cr.yaml
# charts_repo_url: https://flowable.github.io/helm/
env:
# CR_OWNER: yvoswillens
Expand Down
2 changes: 2 additions & 0 deletions cr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sign: true
key: yvoswillens@gmail.com
2 changes: 1 addition & 1 deletion k8s/flowable/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: flowable
version: 6.7.3-snapshot.4
version: 6.7.3-snapshot.5
description: A Flowable Helm chart for Kubernetes
appVersion: 6.7.2
home: https://flowable.org
Expand Down

0 comments on commit 06cbac9

Please sign in to comment.