Skip to content

Commit c25b74a

Browse files
authored
actions: update chart-releaser to use version v1.2.1 (#81)
Signed-off-by: Carlos Panato <[email protected]>
1 parent a996ace commit c25b74a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A GitHub action to turn a GitHub project into a self-hosted Helm chart repo, usi
1515

1616
For more information on inputs, see the [API Documentation](https://developer.github.com/v3/repos/releases/#input)
1717

18-
- `version`: The chart-releaser version to use (default: v1.2.0)
18+
- `version`: The chart-releaser version to use (default: v1.2.1)
1919
- `config`: Optional config file for chart-releaser
2020
- `charts_dir`: The charts directory
2121
- `charts_repo_url`: The GitHub Pages URL to the charts repo (default: `https://<owner>.github.io/<project>`)
@@ -52,7 +52,7 @@ jobs:
5252
version: v3.4.0
5353

5454
- name: Run chart-releaser
55-
uses: helm/[email protected].0
55+
uses: helm/[email protected].1
5656
env:
5757
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
5858
```

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ branding:
66
icon: anchor
77
inputs:
88
version:
9-
description: "The chart-releaser version to use (default: v1.2.0)"
9+
description: "The chart-releaser version to use (default: v1.2.1)"
1010
config:
1111
description: "The relative path to the chart-releaser config file"
1212
charts_dir:

cr.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -o errexit
1818
set -o nounset
1919
set -o pipefail
2020

21-
DEFAULT_CHART_RELEASER_VERSION=v1.2.0
21+
DEFAULT_CHART_RELEASER_VERSION=v1.2.1
2222

2323
show_help() {
2424
cat << EOF

0 commit comments

Comments
 (0)