Skip to content

Commit 87d15a8

Browse files
committed
Merge branch 'main' into chore/update-superset-4.1.4
2 parents a6a8592 + f0b2594 commit 87d15a8

File tree

5 files changed

+4
-7
lines changed

5 files changed

+4
-7
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@ metadata:
55
name: airflow
66
spec:
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
-53.2 KB
Loading
12.1 KB
Loading
-31.9 KB
Loading

stacks/airflow/airflow.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ metadata:
66
name: airflow
77
spec:
88
image:
9-
productVersion: 3.0.1
9+
productVersion: 3.0.6
10+
pullPolicy: IfNotPresent
1011
clusterConfig:
1112
loadExamples: false
1213
exposeConfig: false

0 commit comments

Comments
 (0)