Update Airflow version to 2.5.3 and Airflow Helm chart version to 1.9.0 52/13352/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 10 May 2023 08:50:34 +0000 (10:50 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 10 May 2023 08:56:08 +0000 (10:56 +0200)
Change-Id: I98928685b3f3d5399f8c97d306e2ba7878b5515d
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
docker/Airflow/Dockerfile
installers/install_ngsa.sh

index bf72444..97f2dd6 100644 (file)
@@ -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 \
index c8db90e..4ccd54d 100755 (executable)
@@ -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