Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Morse <gmorse81@gmail.com>
  • Loading branch information
gmorse81 committed May 7, 2022
1 parent 90ecf27 commit f6d6320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ A GitHub action to turn a GitHub project into a self-hosted Helm chart repo, usi
- `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
- `charts_repo_url`: The GitHub Pages URL to the charts repo (default: `https://<owner>.github.io/<project>`)
- `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.
- `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.

### Environment variables

Expand Down

0 comments on commit f6d6320

Please sign in to comment.