Skip to content

Commit

Permalink
chart-releaser: update to use release 1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Feb 18, 2021
1 parent c3d308d commit 49f3a52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -52,7 +52,7 @@ jobs:
version: v3.4.0

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.1.0
uses: helm/chart-releaser-action@v1.2.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
```
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -6,7 +6,7 @@ branding:
icon: anchor
inputs:
version:
description: "The chart-releaser version to use (default: v1.1.1)"
description: "The chart-releaser version to use (default: v1.2.0)"
config:
description: "The relative path to the chart-releaser config file"
charts_dir:
Expand Down
2 changes: 1 addition & 1 deletion cr.sh
Expand Up @@ -18,7 +18,7 @@ set -o errexit
set -o nounset
set -o pipefail

DEFAULT_CHART_RELEASER_VERSION=v1.1.1
DEFAULT_CHART_RELEASER_VERSION=v1.2.0

show_help() {
cat << EOF
Expand Down

0 comments on commit 49f3a52

Please sign in to comment.