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