docs: add skip_existing to README (#158)

Signed-off-by: Markus Frosch <markus@lazyfrosch.de>
This commit is contained in:
Markus Frosch
2023-09-04 12:37:49 +02:00
committed by GitHub
parent 3e08cca25b
commit 9a61313dc0
+1
View File
@@ -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.