From 6c94586402005a9cb9ae2fe26f539c12c47ff8a0 Mon Sep 17 00:00:00 2001 From: Kishore Battula Date: Thu, 10 Jun 2021 09:41:56 +0530 Subject: [PATCH] Updated airflow imange with secure one --- charts/airflow/helm-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/airflow/helm-config.yaml b/charts/airflow/helm-config.yaml index f2cfa247..7e15e896 100644 --- a/charts/airflow/helm-config.yaml +++ b/charts/airflow/helm-config.yaml @@ -156,8 +156,8 @@ airflow: ################################### airflow: image: - repository: apache/airflow - tag: 1.10.12-python3.6 + repository: community.opengroup.org:5555/osdu/platform/deployment-and-operations/base-containers-azure/airflow-docker-image/master + tag: v0.9 pullPolicy: IfNotPresent pullSecret: "" config: -- GitLab