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"