From 4d9714d49ad5fef51c302b9c083c986f11de234e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 20:31:15 +0000 Subject: [PATCH] Update dpage/pgadmin4 Docker tag to v8.7 --- clusters/cl01tl/platform/pgadmin/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/platform/pgadmin/values.yaml b/clusters/cl01tl/platform/pgadmin/values.yaml index eb2f3cb1e..2729ac06b 100644 --- a/clusters/cl01tl/platform/pgadmin/values.yaml +++ b/clusters/cl01tl/platform/pgadmin/values.yaml @@ -1,7 +1,7 @@ pgadmin4: image: repository: dpage/pgadmin4 - tag: "8.6" + tag: "8.7" serviceAccount: create: true automountServiceAccountToken: true