File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 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 :
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 }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : monica
33description : A Helm chart for Kubernetes to install Monica
44type : application
5- version : 1.0.8
5+ version : 1.0.9
66appVersion : " 5.0.0"
77icon : https://raw.githubusercontent.com/monicahq/monica/aa98c09/public/img/favicon.svg
88maintainers :
@@ -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
Original file line number Diff line number Diff line change 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
55A Helm chart for Kubernetes to install Monica
66
You can’t perform that action at this time.
0 commit comments