From: garciadeblas Date: Wed, 10 May 2023 08:50:34 +0000 (+0200) Subject: Update Airflow version to 2.5.3 and Airflow Helm chart version to 1.9.0 X-Git-Tag: release-v14.0-start~64 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=0b7ef27773763a547581023f7b72f3d193bc898f;p=osm%2Fdevops.git Update Airflow version to 2.5.3 and Airflow Helm chart version to 1.9.0 Change-Id: I98928685b3f3d5399f8c97d306e2ba7878b5515d Signed-off-by: garciadeblas --- diff --git a/docker/Airflow/Dockerfile b/docker/Airflow/Dockerfile index bf72444c..97f2dd61 100644 --- a/docker/Airflow/Dockerfile +++ b/docker/Airflow/Dockerfile @@ -15,7 +15,7 @@ # limitations under the License. ####################################################################################### -FROM apache/airflow:2.5.2-python3.10 +FROM apache/airflow:2.5.3-python3.10 USER root RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \ DEBIAN_FRONTEND=noninteractive apt-get --yes install \ diff --git a/installers/install_ngsa.sh b/installers/install_ngsa.sh index c8db90e8..4ccd54d0 100755 --- a/installers/install_ngsa.sh +++ b/installers/install_ngsa.sh @@ -16,7 +16,7 @@ set +eux # Helm chart 1.6.0 correspondes to Airflow 2.3.0 -AIRFLOW_HELM_VERSION=1.6.0 +AIRFLOW_HELM_VERSION=1.9.0 PROMPUSHGW_HELM_VERSION=1.18.2 ALERTMANAGER_HELM_VERSION=0.22.0