Skip to content

Commit

Permalink
Add GPG signing on chart Releases #25
Browse files Browse the repository at this point in the history
  • Loading branch information
gsautner committed Dec 14, 2023
1 parent 1b9654b commit 93a8b2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ jobs:
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_RELEASE_NAME_TEMPLATE: "cryptpad-helm-{{ .Version }}"
CR_SIGN: true
CR_KEY: "XWiki SAS"
# Values for CR_KEYRING and CR_PASSPHRASE_FILE was setup on Prepare GPG key

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
Expand Down
2 changes: 1 addition & 1 deletion charts/cryptpad/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.17-Beta.15
version: 0.0.17

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

0 comments on commit 93a8b2f

Please sign in to comment.