Bump chart-releaser to v1.0.0 and prep chart-releaser-action for v1.0.0 (#34)

Signed-off-by: Scott Rigby <scott@r6by.com>
This commit is contained in:
Scott Rigby
2020-08-10 23:05:31 +02:00
committed by GitHub
parent cb4a7d9993
commit 97237943ef
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ set -o errexit
set -o nounset
set -o pipefail
DEFAULT_CHART_RELEASER_VERSION=v1.0.0-beta.1
DEFAULT_CHART_RELEASER_VERSION=v1.0.0
: "${CR_TOKEN:?Environment variable CR_TOKEN must be set}"
@@ -27,7 +27,7 @@ cat << EOF
Usage: $(basename "$0") <options>
-h, --help Display help
-v, --version The chart-releaser version to use (default: v1.0.0-beta.1)"
-v, --version The chart-releaser version to use (default: v1.0.0)"
-d, --charts-dir The charts directory (defaut: charts)
-u, --charts-repo-url The GitHub Pages URL to the charts repo (default: https://<owner>.github.io/<repo>)
-o, --owner The repo owner