From 93d458bd97d812f8fec91a96e4bbc5eaaf9aa009 Mon Sep 17 00:00:00 2001 From: Marco Donadoni Date: Mon, 5 Feb 2024 10:26:43 +0100 Subject: [PATCH] feat(helm): use PostgreSQL 14.10 in local dev deployment (#774) --- helm/configurations/values-dev.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/configurations/values-dev.yaml b/helm/configurations/values-dev.yaml index 41535ee0..9526e068 100644 --- a/helm/configurations/values-dev.yaml +++ b/helm/configurations/values-dev.yaml @@ -1,6 +1,8 @@ # REANA components pointing to `latest`, locally built master branch components: + reana_db: + image: docker.io/library/postgres:14.10 reana_server: image: docker.io/reanahub/reana-server environment: