Skip to content

Commit

Permalink
docs: update README.md for --skip-upload
Browse files Browse the repository at this point in the history
Signed-off-by: acuD1 <[email protected]>
  • Loading branch information
acuD1 committed May 15, 2023
1 parent e9c37bb commit fad8072
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ 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.
- `mark_as_latest`: When you set this to `false`, it will mark the created GitHub release not as 'latest'.
- `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'.

### Outputs

Expand Down

0 comments on commit fad8072

Please sign in to comment.