Skip to content

Commit 93a8b2f

Browse files
committed
Add GPG signing on chart Releases #25
1 parent 1b9654b commit 93a8b2f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ jobs:
9595
env:
9696
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
9797
CR_RELEASE_NAME_TEMPLATE: "cryptpad-helm-{{ .Version }}"
98+
CR_SIGN: true
99+
CR_KEY: "XWiki SAS"
100+
# Values for CR_KEYRING and CR_PASSPHRASE_FILE was setup on Prepare GPG key
98101

99102
- name: Login to GitHub Container Registry
100103
uses: docker/login-action@v1

charts/cryptpad/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type: application
2121
# This is the chart version. This version number should be incremented each time you make changes
2222
# to the chart and its templates, including the app version.
2323
# Versions are expected to follow Semantic Versioning (https://semver.org/)
24-
version: 0.0.17-Beta.15
24+
version: 0.0.17
2525

2626
# This is the version number of the application being deployed. This version number should be
2727
# incremented each time you make changes to the application. Versions are not expected to

0 commit comments

Comments
 (0)