From ada15cffe564886020e5cff8f56f1cd499b85e6e Mon Sep 17 00:00:00 2001 From: Oleksandr Holubenko <119401705+dontbreakit@users.noreply.github.com> Date: Wed, 21 Jun 2023 16:03:49 +0300 Subject: [PATCH] Update release.yaml (#1) --- .github/workflows/release.yaml | 5 +++-- charts/test/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d84e71c..063e03b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,7 +37,8 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.2.1 - with: - config: cr.yaml env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + CR_SIGN: true + CR_KEY: "WEKA CSI" + diff --git a/charts/test/Chart.yaml b/charts/test/Chart.yaml index 8513de6..9e9938a 100644 --- a/charts/test/Chart.yaml +++ b/charts/test/Chart.yaml @@ -15,7 +15,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.1.3 +version: 0.1.4 # 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