Skip to content

Commit 06cbac9

Browse files
author
Yvo Swillens
committed
test Helm chart signing
1 parent 6d0a82a commit 06cbac9

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/helm-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
uses: helm/chart-releaser-action@v1.4.0
4040
with:
4141
charts_dir: k8s
42-
sign: true
43-
key: yvoswillens@gmail.com
42+
config: cr.yaml
4443
# charts_repo_url: https://flowable.github.io/helm/
4544
env:
4645
# CR_OWNER: yvoswillens

cr.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sign: true
2+
key: yvoswillens@gmail.com

k8s/flowable/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: flowable
3-
version: 6.7.3-snapshot.4
3+
version: 6.7.3-snapshot.5
44
description: A Flowable Helm chart for Kubernetes
55
appVersion: 6.7.2
66
home: https://flowable.org

0 commit comments

Comments
 (0)