From bb8ac2ddd301be25998554a341c89b49a6a7c63d Mon Sep 17 00:00:00 2001 From: Stephane Segning Lambou Date: Mon, 24 Jun 2024 13:53:40 +0200 Subject: [PATCH] fix: chart pipeline --- .github/workflows/chart-release.yaml | 6 ++++-- charts/kimai/Chart.yaml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/chart-release.yaml b/.github/workflows/chart-release.yaml index 91a3bea..3177fe2 100644 --- a/.github/workflows/chart-release.yaml +++ b/.github/workflows/chart-release.yaml @@ -37,9 +37,11 @@ jobs: uses: helm/chart-releaser-action@v1 with: charts_dir: charts - push: false + config: + push: false + pr: true + skip-existing: true env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" CR_SKIP_EXISTING: true CR_PR: true - CR_PUSH: false diff --git a/charts/kimai/Chart.yaml b/charts/kimai/Chart.yaml index 30db2e2..80803bb 100644 --- a/charts/kimai/Chart.yaml +++ b/charts/kimai/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.2 +version: 0.1.3 # 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