Skip to content

Commit b0a6dce

Browse files
authored
Sign the chart (#13)
1 parent 772c7af commit b0a6dce

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
git config user.name "$GITHUB_ACTOR"
3333
git config user.email "[email protected]"
3434
35+
- name: Import GPG key
36+
run: |
37+
echo -e "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --dearmor --output keyring.gpg
38+
3539
- name: Set up Helm
3640
uses: azure/setup-helm@v4
3741
with:
@@ -45,4 +49,7 @@ jobs:
4549
- name: Run chart-releaser
4650
uses: helm/chart-releaser-action@v1
4751
env:
52+
CR_KEY: ${{ secrets.CR_KEY }}
53+
CR_KEYRING: keyring.gpg
54+
CR_SIGN: true
4855
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}

charts/monica/Chart.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: monica
33
description: A Helm chart for Kubernetes to install Monica
44
type: application
5-
version: 1.0.8
5+
version: 1.0.9
66
appVersion: "5.0.0"
77
icon: https://raw.githubusercontent.com/monicahq/monica/aa98c09/public/img/favicon.svg
88
maintainers:
@@ -37,3 +37,7 @@ dependencies:
3737
version: 0.10.*
3838
repository: https://meilisearch.github.io/meilisearch-kubernetes
3939
condition: meilisearch.enabled
40+
annotations:
41+
artifacthub.io/signKey: |
42+
fingerprint: AFE991E31648AE825AD37DDF932D00A7AEEA553D
43+
url: https://monicahq.github.io/helm/public-key.asc

charts/monica/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# monica
22

3-
![Version: 1.0.8](https://img.shields.io/badge/Version-1.0.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.0](https://img.shields.io/badge/AppVersion-5.0.0-informational?style=flat-square)
3+
![Version: 1.0.9](https://img.shields.io/badge/Version-1.0.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.0](https://img.shields.io/badge/AppVersion-5.0.0-informational?style=flat-square)
44

55
A Helm chart for Kubernetes to install Monica
66

0 commit comments

Comments
 (0)