Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
Signed-off-by: Yaron <[email protected]>
  • Loading branch information
prsnca committed Jan 20, 2025
1 parent b8afa51 commit 9f43f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A GitHub action to turn a GitHub project into a self-hosted Helm chart repo, usi
- `version`: The chart-releaser version to use (default: v1.7.0)
- `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
- `repository`: The repository to release (default: the repository the action is running from). If used - make sure to set the appropriate CR_TOKEN for the targeted repository.
- `repository`: The repository to release (default: $GITHUB_REPOSITORY - the repository the action is running from). If used - make sure to set the appropriate CR_TOKEN for the targeted repository.
- `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`.
Expand Down

0 comments on commit 9f43f6d

Please sign in to comment.