diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26e1228..d16782e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: fetch-depth: 0 @@ -20,6 +20,6 @@ jobs: git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.5.0 + uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0 env: - CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}' + CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/charts/tomtom-base-chart/Chart.yaml b/charts/tomtom-base-chart/Chart.yaml index 2849ff9..a657bd7 100644 --- a/charts/tomtom-base-chart/Chart.yaml +++ b/charts/tomtom-base-chart/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: tomtom-base-chart -description: A base Helm chart for all TomTom product units +description: A base Helm chart for all TomTom product units type: application -version: 0.0.14 +version: 0.0.15 appVersion: "1.0.0"