File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
demos/argo-cd-git-ops/manifests/airflow Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,8 @@ metadata:
55 name : airflow
66spec :
77 image :
8- # Currently does not work with the kubernetes executor S3 logging
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
8+ productVersion : 3.0.6
9+ pullPolicy : IfNotPresent
1410 clusterConfig :
1511 loadExamples : false
1612 exposeConfig : false
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ metadata:
66 name : airflow
77spec :
88 image :
9- productVersion : 3.0.1
9+ productVersion : 3.0.6
10+ pullPolicy : IfNotPresent
1011 clusterConfig :
1112 loadExamples : false
1213 exposeConfig : false
You can’t perform that action at this time.
0 commit comments