diff --git a/airflow/helm/airflow/Chart.yaml b/airflow/helm/airflow/Chart.yaml index e3a6d598b..91ceae622 100644 --- a/airflow/helm/airflow/Chart.yaml +++ b/airflow/helm/airflow/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: airflow description: A Helm chart for airflow deployable on plural type: application -version: 0.3.41 +version: 0.3.42 appVersion: "2.6.3" sources: - https://github.com/pluralsh/plural-artifacts/airflow/helm/airflow diff --git a/airflow/helm/airflow/values.yaml b/airflow/helm/airflow/values.yaml index 1ac7c7bf9..d0927f281 100644 --- a/airflow/helm/airflow/values.yaml +++ b/airflow/helm/airflow/values.yaml @@ -339,13 +339,7 @@ airflow: - key: "environment" value: "prod" - pools: - - name: "pool_1" - slots: 5 - description: "example pool with 5 slots" - - name: "pool_2" - slots: 10 - description: "example pool with 10 slots" + pools: [] ingress: enabled: true