| commit | 64775ea32b74f6629e7adf4e8bb397513ec20b6c | [log] [tgz] |
|---|---|---|
| author | aguilard <e.dah.tid@telefonica.com> | Thu Apr 27 11:02:21 2023 +0000 |
| committer | aguilard <e.dah.tid@telefonica.com> | Thu Apr 27 11:02:21 2023 +0000 |
| tree | e3fa708f4cb045ac20c8dfa4d10f438f0d92bd9d | |
| parent | 02609d9c7d62448a1b51b41befdfd0bc6da14d75 [diff] |
Feature 10981: fix bug in Airflow DAGs directory Change-Id: I6e081306d1363401b27d7a3d4ca8d824862d05b6 Signed-off-by: aguilard <e.dah.tid@telefonica.com>
diff --git a/installers/helm/values/airflow-values.yaml b/installers/helm/values/airflow-values.yaml index 9bde121..0794750 100644 --- a/installers/helm/values/airflow-values.yaml +++ b/installers/helm/values/airflow-values.yaml
@@ -27,5 +27,5 @@ 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"