Add config option (#50)

This commit is contained in:
Reinhard Nägele
2020-10-29 22:10:35 +01:00
committed by GitHub
parent ae4e3d41de
commit 072a634d5a
3 changed files with 35 additions and 3 deletions
+1
View File
@@ -16,6 +16,7 @@ A GitHub action to turn a GitHub project into a self-hosted Helm chart repo, usi
For more information on inputs, see the [API Documentation](https://developer.github.com/v3/repos/releases/#input)
- `version`: The chart-releaser version to use (default: v1.0.0)
- `config`: Optional config file for chart-releaser
- `charts_dir`: The charts directory
- `charts_repo_url`: The GitHub Pages URL to the charts repo (default: `https://<owner>.github.io/<project>`)