mirror of https://github.com/artifacthub/hub.git
415 B
415 B
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.
Supported annotations
- argo/version (string)
Argo Workflows version required.
Example
...
annotations:
argo/version: ">= 2.9.0"