From fd8d836862d45b216c2850117e53b34629fd5e7f Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Mon, 27 Oct 2025 16:49:48 +0100 Subject: [PATCH] Update repository image for airflow components to use bitnamilegacy Change-Id: I959bed09eaeb402901b5ad0b9f66f99ed14dc44a Signed-off-by: garciadeblas --- installers/helm/values/airflow-values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/installers/helm/values/airflow-values.yaml b/installers/helm/values/airflow-values.yaml index 6e036824..a78f3e6d 100644 --- a/installers/helm/values/airflow-values.yaml +++ b/installers/helm/values/airflow-values.yaml @@ -41,6 +41,10 @@ ingress: hosts: - name: "localhost" ingressClassName: nginx +postgresql: + image: + repository: bitnamilegacy/postgresql + tag: 11 # scheduler: # resources: # requests: -- 2.25.1