mirror of
https://github.com/Luzifer/go-latestver.git
synced 2024-11-09 23:50:05 +00:00
Fix: Update documentation
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
b9784623fe
commit
d7de10cbef
1 changed files with 9 additions and 0 deletions
|
@ -64,6 +64,15 @@ Fetches the latest release from Github for a given repository not marked as pre-
|
||||||
| --------- | :--: | ---- | ------------- | ----------- |
|
| --------- | :--: | ---- | ------------- | ----------- |
|
||||||
| `repository` | ✅ | string | | Repository to fetch in form `owner/repo` |
|
| `repository` | ✅ | string | | Repository to fetch in form `owner/repo` |
|
||||||
|
|
||||||
|
## Fetcher: `helm`
|
||||||
|
|
||||||
|
Fetches the index file of a Helm Repo and yields the latest Helm-Chart version
|
||||||
|
|
||||||
|
| Attribute | Req. | Type | Default Value | Description |
|
||||||
|
| --------- | :--: | ---- | ------------- | ----------- |
|
||||||
|
| `chart` | ✅ | string | | Chart to fetch the version of (i.e. "grafana") |
|
||||||
|
| `repo` | ✅ | string | | URL of the repo (i.e. "https://grafana.github.io/helm-charts") |
|
||||||
|
|
||||||
## Fetcher: `html`
|
## Fetcher: `html`
|
||||||
|
|
||||||
Downloads website, selects text-node using XPath and optionally applies custom regular expression
|
Downloads website, selects text-node using XPath and optionally applies custom regular expression
|
||||||
|
|
Loading…
Reference in a new issue