[stable/airflow] Fix unknown field scheduler (#13992)

* fix: unknown field "scheduler" in io.k8s.api.core.v1.ResourceRequirements

Signed-off-by: Bernhard Rode <mail@bernhardrode.de>

* chore: bump version

Signed-off-by: Bernhard Rode <mail@bernhardrode.de>
This commit is contained in:
Bernhard Rode
2019-06-03 07:42:33 -07:00
committed by Kubernetes Prow Robot
parent 8789c254bc
commit fa7ba8d155
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: Airflow is a platform to programmatically author, schedule and monitor workflows
name: airflow
version: 2.8.6
version: 2.8.7
appVersion: 1.10.2
icon: https://airflow.apache.org/_images/pin_large.png
home: https://airflow.apache.org/
+1 -2
View File
@@ -178,8 +178,7 @@ airflow:
# emptyDir: {}
scheduler:
resources:
scheduler: {}
resources: {}
# limits:
# cpu: "1000m"
# memory: "1Gi"