Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions demos/argo-cd-git-ops/manifests/airflow/airflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@ metadata:
name: airflow
spec:
image:
# Currently does not work with the kubernetes executor S3 logging
# (and its still marked experimental as of release 25.7). See:
# https://github.com/apache/airflow/issues/50583
# https://github.com/apache/airflow/issues/52501
# productVersion: 3.0.1
productVersion: 2.10.5
productVersion: 3.0.6
pullPolicy: IfNotPresent
clusterConfig:
loadExamples: false
exposeConfig: false
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion stacks/airflow/airflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ metadata:
name: airflow
spec:
image:
productVersion: 3.0.1
productVersion: 3.0.6
pullPolicy: IfNotPresent
clusterConfig:
loadExamples: false
exposeConfig: false
Expand Down