We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb3bff commit 3530c10Copy full SHA for 3530c10
1 file changed
demos/argo-cd-git-ops/manifests/airflow/airflow.yaml
@@ -6,8 +6,11 @@ metadata:
6
spec:
7
image:
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
+ # (and its still marked experimental as of release 25.7). See:
+ # 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
14
clusterConfig:
15
loadExamples: false
16
exposeConfig: false
0 commit comments