From 6f52cc54280c740f91c703e2fd4c51514447c767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Szyma=C5=84ski?= Date: Tue, 1 Oct 2019 09:59:32 +0100 Subject: [PATCH] [stable/airflow] fix typo in environment variable name (#17558) Signed-off-by: Marcin Szymanski --- stable/airflow/Chart.yaml | 2 +- stable/airflow/templates/configmap-env.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/airflow/Chart.yaml b/stable/airflow/Chart.yaml index a45b08b78a..99f120795d 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: 4.1.0 +version: 4.1.1 appVersion: 1.10.4 icon: https://airflow.apache.org/_images/pin_large.png home: https://airflow.apache.org/ diff --git a/stable/airflow/templates/configmap-env.yaml b/stable/airflow/templates/configmap-env.yaml index 21c6cc5ef5..f0a7750334 100644 --- a/stable/airflow/templates/configmap-env.yaml +++ b/stable/airflow/templates/configmap-env.yaml @@ -33,7 +33,7 @@ data: AIRFLOW__SCHEDULER__CHILD_PROCESS_LOG_DIRECTORY: "{{ printf "%s/%s" .Values.logs.path "scheduler" }}" AIRFLOW__WEBSERVER__BASE_URL: "http://localhost:8080{{ .Values.ingress.web.path }}" # Disabling XCom pickling for forward compatibility - AIRFLOW__CODE__ENABLE_XCOM_PICKLING: "false" + AIRFLOW__CORE__ENABLE_XCOM_PICKLING: "false" # For backwards compat with AF < 1.10, CELERY_CONCURRENCY got renamed to WORKER_CONCURRENCY AIRFLOW__CELERY__CELERY_CONCURRENCY: "{{ .Values.workers.celery.instances }}" # Note: changing `Values.airflow.config` won't change the configmap checksum and so won't make