From e6e5773eb99f8f48408d5a1b1f86ef6155519519 Mon Sep 17 00:00:00 2001 From: acuD1 Date: Mon, 15 May 2023 12:29:07 +0200 Subject: [PATCH] docs: update README.md for --skip-upload Signed-off-by: acuD1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ba8d0ef..741f9cf 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ A GitHub action to turn a GitHub project into a self-hosted Helm chart repo, usi - `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 +- `skip_upload`: This option, when populated, will skip the upload step. This allows you to do more advanced uploading of your charts (for exemple with OCI based repositories) which doen't require the `index.yaml`. - `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. - `pages_branch`: Name of the branch to be used to push the index and artifacts. (default to: gh-pages but it is not set in the action it is a default value for the chart-releaser binary)