diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab65254..72abf11 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/charts/cryptpad/Chart.yaml b/charts/cryptpad/Chart.yaml index 7503db5..e158371 100644 --- a/charts/cryptpad/Chart.yaml +++ b/charts/cryptpad/Chart.yaml @@ -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