mirror of https://github.com/artifacthub/hub.git
18 lines
415 B
Markdown
18 lines
415 B
Markdown
# Argo templates annotations
|
|
|
|
You can provide some extra information about your Argo templates by using the `annotations` field in the [Artifact Hub package metadata file](https://github.com/artifacthub/hub/blob/master/docs/metadata/artifacthub-pkg.yml).
|
|
|
|
## Supported annotations
|
|
|
|
- **argo/version** *(string)*
|
|
|
|
Argo Workflows version required.
|
|
|
|
## Example
|
|
|
|
```yaml
|
|
...
|
|
annotations:
|
|
argo/version: ">= 2.9.0"
|
|
```
|