Documentation / Topics / Annotations / Argo

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"