From: aguilard Date: Thu, 27 Apr 2023 11:02:21 +0000 (+0000) Subject: Feature 10981: fix bug in Airflow DAGs directory X-Git-Tag: release-v14.0-start~73 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=64775ea32b74f6629e7adf4e8bb397513ec20b6c;p=osm%2Fdevops.git Feature 10981: fix bug in Airflow DAGs directory Change-Id: I6e081306d1363401b27d7a3d4ca8d824862d05b6 Signed-off-by: aguilard --- 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"