From 58a8336b06bf811768548f467c09647ec376831b Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Tue, 25 Jun 2024 11:54:08 -0700 Subject: [PATCH] update gh action & crisp chart version. --- .github/workflows/release.yaml | 4 +++- charts/crisp-status-local/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b402381..e20d57e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,8 +21,10 @@ 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 }}" 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