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