1# Helm chart metadata for argo-workflows with Chainguard images
2# These images are distroless and signed with Sigstore
5home: https://chainguard.dev
7description: Argo Workflows is meant to orchestrate Kubernetes jobs in parallel. It uses DAG and step-based workflows
13 - Continous deployment
17 category: Infrastructure
19 - "image": "cgr.dev/chainguard-private/argo-workflow-cli-iamguarded:3.7.10"
20 "name": "argo-workflow-cli-iamguarded"
21 - "image": "cgr.dev/chainguard-private/argo-workflow-exec-iamguarded:3.7.10"
22 "name": "argo-workflow-exec-iamguarded"
23 - "image": "cgr.dev/chainguard-private/argo-workflow-controller-iamguarded:3.7.10"
24 "name": "argo-workflow-controller-iamguarded"
25 - "image": "cgr.dev/chainguard-private/postgres-iamguarded:18.3-r2"
26 "name": "postgres-iamguarded"
27 - "image": "cgr.dev/chainguard-private/mysql-iamguarded:8.4.8"
28 "name": "mysql-iamguarded"
33 repository: file:///postgresql
34 condition: postgresql.enabled
37 repository: file:///mysql
38 condition: mysql.enabled
41 repository: file:///common