From 1431ccd1b304df04f4bdc8a8ef6120476d8f0766 Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Tue, 13 Sep 2022 10:28:39 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20pgadmin=20image=20tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cluster/apps/data/pgadmin/helm-release.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cluster/apps/data/pgadmin/helm-release.yaml b/cluster/apps/data/pgadmin/helm-release.yaml index e64b3d0ac..69f600af8 100644 --- a/cluster/apps/data/pgadmin/helm-release.yaml +++ b/cluster/apps/data/pgadmin/helm-release.yaml @@ -17,6 +17,11 @@ spec: namespace: flux-system interval: 5m values: + + image: + repository: dpage/pgadmin4 + tag: 6.13 + env: email: ${SECRET_PGADMIN_EMAIL} password: ${SECRET_PGADMIN_PASSWORD}