Skip to content

Commit 3530c10

Browse files
committed
downgrade airflow to 2.10.5 - remote logging not working for 3
1 parent 8fb3bff commit 3530c10

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

demos/argo-cd-git-ops/manifests/airflow/airflow.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ metadata:
66
spec:
77
image:
88
# Currently does not work with the kubernetes executor S3 logging
9-
# (and its still marked experimental as of release 25.7)
10-
productVersion: 3.0.1
9+
# (and its still marked experimental as of release 25.7). See:
10+
# https://github.com/apache/airflow/issues/50583
11+
# https://github.com/apache/airflow/issues/52501
12+
# productVersion: 3.0.1
13+
productVersion: 2.10.5
1114
clusterConfig:
1215
loadExamples: false
1316
exposeConfig: false

0 commit comments

Comments
 (0)