Skip to content

Commit

Permalink
README: Fix default chart-releaser version (#155)
Browse files Browse the repository at this point in the history
* README: Fix default chart-releaser version

Ref: fdfc0aa

Signed-off-by: Michal Biesek <michalbiesek@gmail.com>


---------

Signed-off-by: Michal Biesek <michalbiesek@gmail.com>
  • Loading branch information
michalbiesek authored Sep 4, 2023
1 parent 9a61313 commit 8120a7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A GitHub action to turn a GitHub project into a self-hosted Helm chart repo, usi

### Inputs

- `version`: The chart-releaser version to use (default: v1.4.1)
- `version`: The chart-releaser version to use (default: v1.6.0)
- `config`: Optional config file for chart-releaser. For more information on the config file, see the [documentation](https://github.com/helm/chart-releaser#config-file)
- `charts_dir`: The charts directory
- `skip_packaging`: This option, when populated, will skip the packaging step. This allows you to do more advanced packaging of your charts (for example, with the `helm package` command) before this action runs. This action will only handle the indexing and publishing steps.
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
uses: azure/setup-helm@v3

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
uses: helm/chart-releaser-action@v1.5.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
```
Expand All @@ -82,7 +82,7 @@ It does this – during every push to `main` – by checking each chart in your

```yaml
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
uses: helm/chart-releaser-action@v1.5.0
with:
charts_dir: charts
config: cr.yaml
Expand Down

0 comments on commit 8120a7a

Please sign in to comment.