From fa7ba8d1556e394ddfd64399ce3ebaebd991da96 Mon Sep 17 00:00:00 2001 From: Bernhard Rode Date: Mon, 3 Jun 2019 16:42:33 +0200 Subject: [PATCH] [stable/airflow] Fix unknown field scheduler (#13992) * fix: unknown field "scheduler" in io.k8s.api.core.v1.ResourceRequirements Signed-off-by: Bernhard Rode * chore: bump version Signed-off-by: Bernhard Rode --- stable/airflow/Chart.yaml | 2 +- stable/airflow/values.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/stable/airflow/Chart.yaml b/stable/airflow/Chart.yaml index 637f8ead52..dc15e6a498 100644 --- a/stable/airflow/Chart.yaml +++ b/stable/airflow/Chart.yaml @@ -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/ diff --git a/stable/airflow/values.yaml b/stable/airflow/values.yaml index 68239fcff8..bc9ddc43e0 100644 --- a/stable/airflow/values.yaml +++ b/stable/airflow/values.yaml @@ -178,8 +178,7 @@ airflow: # emptyDir: {} scheduler: - resources: - scheduler: {} + resources: {} # limits: # cpu: "1000m" # memory: "1Gi"