added docu

This commit is contained in:
Peter Christian Glade (FG-752) 2022-02-14 10:30:23 +01:00
parent 0110a2eb76
commit 3baf78a87c

View file

@ -19,6 +19,7 @@ Inputs:
* `app_version` Explicitly specify app version in package. If not defined then used chart values. * `app_version` Explicitly specify app version in package. If not defined then used chart values.
* `chart_version` Explicitly specify chart version in package. If not defined then used chart values. * `chart_version` Explicitly specify chart version in package. If not defined then used chart values.
* `index_dir` The location of `index.yaml` file in the repo, defaults to the same value as `target_dir` * `index_dir` The location of `index.yaml` file in the repo, defaults to the same value as `target_dir`
* `enterprise_url` The URL of enterprise github server in the format `<server-url>/<organisation>`
## Examples ## Examples