Update readme for release v1.0.0-rc.1 (#17)
Signed-off-by: Reinhard Naegele <unguiculus@gmail.com>
This commit is contained in:
@@ -19,7 +19,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: v0.2.3)
|
- `version`: The chart-releaser version to use (default: v1.0.0-beta.1)
|
||||||
- `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>`)
|
||||||
|
|
||||||
@@ -48,7 +48,7 @@ jobs:
|
|||||||
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
|
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
|
||||||
|
|
||||||
- name: Run chart-releaser
|
- name: Run chart-releaser
|
||||||
uses: helm/chart-releaser-action@v1.0.0-alpha.2
|
uses: helm/chart-releaser-action@v1.0.0-rc.1
|
||||||
env:
|
env:
|
||||||
CR_TOKEN: "${{ secrets.CR_TOKEN }}"
|
CR_TOKEN: "${{ secrets.CR_TOKEN }}"
|
||||||
```
|
```
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@ branding:
|
|||||||
icon: anchor
|
icon: anchor
|
||||||
inputs:
|
inputs:
|
||||||
version:
|
version:
|
||||||
description: "The chart-releaser version to use (default: v0.2.3)"
|
description: "The chart-releaser version to use (default: v1.0.0-beta.1)"
|
||||||
charts_dir:
|
charts_dir:
|
||||||
description: The charts directory
|
description: The charts directory
|
||||||
default: charts
|
default: charts
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ set -o errexit
|
|||||||
set -o nounset
|
set -o nounset
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
DEFAULT_CHART_RELEASER_VERSION=v0.2.3
|
DEFAULT_CHART_RELEASER_VERSION=v1.0.0-beta.1
|
||||||
|
|
||||||
: "${CR_TOKEN:?Environment variable CR_TOKEN must be set}"
|
: "${CR_TOKEN:?Environment variable CR_TOKEN must be set}"
|
||||||
|
|
||||||
@@ -27,7 +27,7 @@ cat << EOF
|
|||||||
Usage: $(basename "$0") <options>
|
Usage: $(basename "$0") <options>
|
||||||
|
|
||||||
-h, --help Display help
|
-h, --help Display help
|
||||||
-v, --version The chart-releaser version to use (default: v0.2.3)"
|
-v, --version The chart-releaser version to use (default: v1.0.0-beta.1)"
|
||||||
-d, --charts-dir The charts directory (defaut: charts)
|
-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>)
|
-u, --charts-repo-url The GitHub Pages URL to the charts repo (default: https://<owner>.github.io/<repo>)
|
||||||
-o, --owner The repo owner
|
-o, --owner The repo owner
|
||||||
|
|||||||
Reference in New Issue
Block a user