Skip to content

Commit 0b9761f

Browse files
committed
use airflow 2.10.5
1 parent 24ff3e8 commit 0b9761f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ metadata:
55
name: airflow
66
spec:
77
image:
8-
productVersion: 3.0.1
8+
# 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
11+
productVersion: 2.10.5
912
clusterConfig:
1013
loadExamples: false
1114
exposeConfig: false
1215
credentialsSecret: airflow-credentials
13-
# NOTE: This cannot be parameterized via stackablectl since it is synced via ArgoCD
16+
# NOTE: This cannot be parameterized via stackablectl since it is synced via ArgoCD.
1417
#
1518
# In terms of forking the repository, this should not be a problem since the DAGs are the same.
1619
# You can still change this locally and point to the fork in case of any changes to DAGs.

0 commit comments

Comments
 (0)