From 9a61313dc0be5598309532b64b250f1722e12f60 Mon Sep 17 00:00:00 2001 From: Markus Frosch Date: Mon, 4 Sep 2023 12:37:49 +0200 Subject: [PATCH] docs: add skip_existing to README (#158) Signed-off-by: Markus Frosch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e8baf83..dd4bd11 100644 --- a/README.md +++ b/README.md @@ -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.