Skip to content

Commit

Permalink
docs: add skip_existing to README (#158)
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Frosch <markus@lazyfrosch.de>
  • Loading branch information
lazyfrosch authored Sep 4, 2023
1 parent 3e08cca commit 9a61313
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +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
- `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_existing`: Skip package upload if release/tag already exists
- `mark_as_latest`: When you set this to `false`, it will mark the created GitHub release not as 'latest'.
- `packages_with_index`: When you set this to `true`, it will upload chart packages directly into publishing branch.

Expand Down

0 comments on commit 9a61313

Please sign in to comment.