mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
8789c254bc
commit
fa7ba8d155
@@ -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/
|
||||
|
||||
@@ -178,8 +178,7 @@ airflow:
|
||||
# emptyDir: {}
|
||||
|
||||
scheduler:
|
||||
resources:
|
||||
scheduler: {}
|
||||
resources: {}
|
||||
# limits:
|
||||
# cpu: "1000m"
|
||||
# memory: "1Gi"
|
||||
|
||||
Reference in New Issue
Block a user