diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6a94f58..5a12d3f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,9 +21,11 @@ jobs: - name: Install Helm uses: azure/setup-helm@v1 + with: + version: v3.15.2 - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.2.0 + uses: helm/chart-releaser-action@v1.6.0 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" with: diff --git a/charts/crisp-status-local/Chart.yaml b/charts/crisp-status-local/Chart.yaml index 0c46761..d7de4b1 100644 --- a/charts/crisp-status-local/Chart.yaml +++ b/charts/crisp-status-local/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.0 +version: 0.1.1 # 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