File tree Expand file tree Collapse file tree
demos/argo-cd/manifests/airflow Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,12 +5,15 @@ metadata:
55 name : airflow
66spec :
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.
You can’t perform that action at this time.
0 commit comments