Skip to content

Commit 8e7f5dc

Browse files
committed
Use the latest orca-recipes image
1 parent 55f7fc0 commit 8e7f5dc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

modules/apache-airflow/templates/values.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ airflowHome: /opt/airflow
6868
defaultAirflowRepository: ghcr.io/sage-bionetworks-workflows/orca-recipes
6969

7070
# Default airflow tag to deploy
71-
defaultAirflowTag: "0.2.0"
71+
defaultAirflowTag: "0.2.1"
7272

7373
# Default airflow digest. If specified, it takes precedence over tag
7474
defaultAirflowDigest: ~
@@ -2577,6 +2577,14 @@ config:
25772577
backend_kwargs: '{"connections_prefix": "airflow/connections", "variables_prefix": "airflow/variables", "region_name": "us-east-1"}'
25782578
triggerer:
25792579
default_capacity: 1000
2580+
# TODO: I might need to use a collector in the cluster that has this required config
2581+
traces:
2582+
otel_on: true
2583+
otel_host: # SOME VALUE
2584+
otel_port: # SOME VALUE
2585+
otel_application: airflow
2586+
otel_ssl_active: true
2587+
otel_task_log_event: true
25802588
# yamllint enable rule:line-length
25812589

25822590
# Whether Airflow can launch workers and/or pods in multiple namespaces

0 commit comments

Comments
 (0)