From fdfc0aa11c813b419cc28971327031c3119bec63 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Tue, 27 Jun 2023 17:48:59 +0200 Subject: [PATCH] bump to use chart-releaser v1.6.0 (#146) Signed-off-by: cpanato --- README.md | 4 ++-- action.yml | 4 ++-- cr.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e689410..a1c9067 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ jobs: uses: azure/setup-helm@v3 - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.5.0 + uses: helm/chart-releaser-action@v1.6.0 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" ``` @@ -76,7 +76,7 @@ It does this – during every push to `main` – by checking each chart in your ```yaml - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.5.0 + uses: helm/chart-releaser-action@v1.6.0 with: charts_dir: charts config: cr.yaml diff --git a/action.yml b/action.yml index 4b8b4dc..83ec6d3 100644 --- a/action.yml +++ b/action.yml @@ -6,9 +6,9 @@ branding: icon: anchor inputs: version: - description: "The chart-releaser version to use (default: v1.5.0)" + description: "The chart-releaser version to use (default: v1.6.0)" required: false - default: v1.5.0 + default: v1.6.0 config: description: "The relative path to the chart-releaser config file" required: false diff --git a/cr.sh b/cr.sh index 14ef919..fc2d437 100755 --- a/cr.sh +++ b/cr.sh @@ -18,7 +18,7 @@ set -o errexit set -o nounset set -o pipefail -DEFAULT_CHART_RELEASER_VERSION=v1.5.0 +DEFAULT_CHART_RELEASER_VERSION=v1.6.0 show_help() { cat << EOF