Skip to content

Commit

Permalink
Sign the chart (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Oct 23, 2024
1 parent 772c7af commit b0a6dce
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Import GPG key
run: |
echo -e "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --dearmor --output keyring.gpg
- name: Set up Helm
uses: azure/setup-helm@v4
with:
Expand All @@ -45,4 +49,7 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1
env:
CR_KEY: ${{ secrets.CR_KEY }}
CR_KEYRING: keyring.gpg
CR_SIGN: true
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6 changes: 5 additions & 1 deletion charts/monica/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: monica
description: A Helm chart for Kubernetes to install Monica
type: application
version: 1.0.8
version: 1.0.9
appVersion: "5.0.0"
icon: https://raw.githubusercontent.com/monicahq/monica/aa98c09/public/img/favicon.svg
maintainers:
Expand Down Expand Up @@ -37,3 +37,7 @@ dependencies:
version: 0.10.*
repository: https://meilisearch.github.io/meilisearch-kubernetes
condition: meilisearch.enabled
annotations:
artifacthub.io/signKey: |
fingerprint: AFE991E31648AE825AD37DDF932D00A7AEEA553D
url: https://monicahq.github.io/helm/public-key.asc
2 changes: 1 addition & 1 deletion charts/monica/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# monica

![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)
![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)

A Helm chart for Kubernetes to install Monica

Expand Down

0 comments on commit b0a6dce

Please sign in to comment.