From 58cd6efc39dc2965177bcf1ce19a034c2a2b9a25 Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Sun, 6 Apr 2025 01:08:31 +0100 Subject: [PATCH] Fix pgmanager psql --- k8s/core/postgresql/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/core/postgresql/values.yaml b/k8s/core/postgresql/values.yaml index a5ea721..e154d25 100644 --- a/k8s/core/postgresql/values.yaml +++ b/k8s/core/postgresql/values.yaml @@ -1,5 +1,5 @@ image: - tag: "9" + tag: "9.2" pullPolicy: Always env: email: "postgres@hexor.cy"