chart-releaser: update to use release 1.2.0 (#75)

Signed-off-by: Carlos Panato <ctadeu@gmail.com>
This commit is contained in:
Carlos Tadeu Panato Junior
2021-02-18 10:19:03 +01:00
committed by GitHub
parent c3d308d0c5
commit 120944e663
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ A GitHub action to turn a GitHub project into a self-hosted Helm chart repo, usi
For more information on inputs, see the [API Documentation](https://developer.github.com/v3/repos/releases/#input) For more information on inputs, see the [API Documentation](https://developer.github.com/v3/repos/releases/#input)
- `version`: The chart-releaser version to use (default: v1.1.0) - `version`: The chart-releaser version to use (default: v1.2.0)
- `config`: Optional config file for chart-releaser - `config`: Optional config file for chart-releaser
- `charts_dir`: The charts directory - `charts_dir`: The charts directory
- `charts_repo_url`: The GitHub Pages URL to the charts repo (default: `https://<owner>.github.io/<project>`) - `charts_repo_url`: The GitHub Pages URL to the charts repo (default: `https://<owner>.github.io/<project>`)
@@ -52,7 +52,7 @@ jobs:
version: v3.4.0 version: v3.4.0
- name: Run chart-releaser - name: Run chart-releaser
uses: helm/chart-releaser-action@v1.1.0 uses: helm/chart-releaser-action@v1.2.0
env: env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
``` ```
+1 -1
View File
@@ -6,7 +6,7 @@ branding:
icon: anchor icon: anchor
inputs: inputs:
version: version:
description: "The chart-releaser version to use (default: v1.1.1)" description: "The chart-releaser version to use (default: v1.2.0)"
config: config:
description: "The relative path to the chart-releaser config file" description: "The relative path to the chart-releaser config file"
charts_dir: charts_dir:
+1 -1
View File
@@ -18,7 +18,7 @@ set -o errexit
set -o nounset set -o nounset
set -o pipefail set -o pipefail
DEFAULT_CHART_RELEASER_VERSION=v1.1.1 DEFAULT_CHART_RELEASER_VERSION=v1.2.0
show_help() { show_help() {
cat << EOF cat << EOF