From 64775ea32b74f6629e7adf4e8bb397513ec20b6c Mon Sep 17 00:00:00 2001 From: aguilard Date: Thu, 27 Apr 2023 11:02:21 +0000 Subject: [PATCH] Feature 10981: fix bug in Airflow DAGs directory Change-Id: I6e081306d1363401b27d7a3d4ca8d824862d05b6 Signed-off-by: aguilard --- installers/helm/values/airflow-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/helm/values/airflow-values.yaml b/installers/helm/values/airflow-values.yaml index 9bde1214..07947502 100644 --- a/installers/helm/values/airflow-values.yaml +++ b/installers/helm/values/airflow-values.yaml @@ -27,5 +27,5 @@ extraEnvFrom: | name: ngsa-secret config: core: - dags_folder: "/home/airflow/.local/lib/python3.8/site-packages/osm_ngsa" + dags_folder: "/home/airflow/.local/lib/python3.10/site-packages/osm_ngsa" -- 2.25.1