From 1509014723ce314d90e28a1d83084ef018261980 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Thu, 2 Apr 2026 19:22:31 +0800 Subject: [PATCH] fix(gitops): pin postgresql image tag to 17 --- databases/postgresql/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/postgresql/values.yaml b/databases/postgresql/values.yaml index 5956b7b..2daddf7 100644 --- a/databases/postgresql/values.yaml +++ b/databases/postgresql/values.yaml @@ -3,7 +3,7 @@ server: image: repository: ghcr.io/x-evor/postgresql.svc.plus/postgresql-svc-plus - tag: latest + tag: "17" pullPolicy: IfNotPresent imagePullSecrets: