Skip to content

Commit aace3e5

Browse files
committed
enabling package signing
1 parent 613f5ee commit aace3e5

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,7 @@ jobs:
4646
4747
- name: Run chart-releaser
4848
uses: helm/[email protected]
49+
with:
50+
config: .cr.yaml
4951
env:
5052
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

charts/flex-ce/Chart.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: flex-ce
33
description: Run Flex for Apache Flink Community Edition in Kubernetes
44
type: application
5-
version: 1.0.63
5+
version: 1.0.64
66
appVersion: "94.2"
77
keywords:
88
- flink
@@ -15,3 +15,7 @@ sources:
1515
maintainers:
1616
- name: "Factor House Support"
1717
18+
annotations:
19+
artifacthub.io/signKey: |
20+
fingerprint: 0e85a363d2295ef79646d9c6c47d85ef3f0b71d1
21+
url: https://keybase.io/factorhouse/pgp_keys.asc

charts/flex/Chart.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: flex
33
description: Run Flex for Apache Flink in Kubernetes
44
type: application
5-
version: 1.0.63
5+
version: 1.0.64
66
appVersion: "94.2"
77
keywords:
88
- flink
@@ -15,3 +15,7 @@ sources:
1515
maintainers:
1616
- name: "Factor House Support"
1717
18+
annotations:
19+
artifacthub.io/signKey: |
20+
fingerprint: 0e85a363d2295ef79646d9c6c47d85ef3f0b71d1
21+
url: https://keybase.io/factorhouse/pgp_keys.asc

charts/kpow-ce/Chart.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: kpow-ce
33
description: Run Kpow for Apache Kafka Community Edition in Kubernetes
44
type: application
5-
version: 1.0.63
5+
version: 1.0.64
66
appVersion: "94.2"
77
keywords:
88
- kafka
@@ -18,3 +18,7 @@ sources:
1818
maintainers:
1919
- name: "Factor House Support"
2020
21+
annotations:
22+
artifacthub.io/signKey: |
23+
fingerprint: 0e85a363d2295ef79646d9c6c47d85ef3f0b71d1
24+
url: https://keybase.io/factorhouse/pgp_keys.asc

charts/kpow/Chart.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: kpow
33
description: Run Kpow for Apache Kafka in Kubernetes
44
type: application
5-
version: 1.0.63
5+
version: 1.0.64
66
appVersion: "94.2"
77
keywords:
88
- kafka
@@ -18,3 +18,7 @@ sources:
1818
maintainers:
1919
- name: "Factor House Support"
2020
21+
annotations:
22+
artifacthub.io/signKey: |
23+
fingerprint: 0e85a363d2295ef79646d9c6c47d85ef3f0b71d1
24+
url: https://keybase.io/factorhouse/pgp_keys.asc

0 commit comments

Comments
 (0)