1# Helm chart metadata for airflow with Chainguard images
2# These images are distroless and signed with Sigstore
5home: https://chainguard.dev
7description: Apache Airflow is a tool to express and execute workflows as directed acyclic graphs (DAGs). It includes utilities to schedule tasks, monitor task progress and handle task dependencies.
17 - "image": "cgr.dev/chainguard-private/airflow-iamguarded:2.11.1"
18 "name": "airflow-iamguarded"
19 - "image": "cgr.dev/chainguard-private/prometheus-statsd-exporter-iamguarded:0.28.0"
20 "name": "prometheus-statsd-exporter-iamguarded"
21 - "image": "cgr.dev/chainguard-private/postgres-iamguarded:18.3-r2"
22 "name": "postgres-iamguarded"
23 - "image": "cgr.dev/chainguard-private/prometheus-postgres-exporter-iamguarded:0.19.1"
24 "name": "prometheus-postgres-exporter-iamguarded"
25 - "image": "cgr.dev/chainguard-private/os-shell-iamguarded:1.0.0"
26 "name": "os-shell-iamguarded"
27 - "image": "cgr.dev/chainguard-private/redis-server-iamguarded:8.6.0"
28 "name": "redis-server-iamguarded"
29 - "image": "cgr.dev/chainguard-private/redis-sentinel-iamguarded:8.6.0"
30 "name": "redis-sentinel-iamguarded"
31 - "image": "cgr.dev/chainguard-private/prometheus-redis-exporter-iamguarded:1.81.0"
32 "name": "prometheus-redis-exporter-iamguarded"
33 - "image": "cgr.dev/chainguard-private/kubectl-iamguarded:1.35.2"
34 "name": "kubectl-iamguarded"
35 - "image": "cgr.dev/chainguard-private/os-shell-iamguarded:1.0.0"
36 "name": "os-shell-iamguarded"
37 - "image": "cgr.dev/chainguard-private/os-shell-iamguarded:1.0.0"
38 "name": "os-shell-iamguarded"
43 repository: file:///redis
44 condition: redis.enabled
47 repository: file:///postgresql
48 condition: postgresql.enabled
51 repository: file:///common