From f0aa58e529061968bb0af3dd0b99ace67369a7b4 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Sat, 4 Apr 2026 07:07:45 +0800 Subject: [PATCH] fix(gitops): point postgresql image to published tag --- services/database/postgresql-core/values.yaml | 2 +- services/database/postgresql/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/database/postgresql-core/values.yaml b/services/database/postgresql-core/values.yaml index 5292a7c..6718280 100644 --- a/services/database/postgresql-core/values.yaml +++ b/services/database/postgresql-core/values.yaml @@ -3,7 +3,7 @@ server: image: repository: ghcr.io/x-evor/images/postgresql - tag: "17" + tag: "sha-8d3a508" pullPolicy: IfNotPresent imagePullSecrets: diff --git a/services/database/postgresql/values.yaml b/services/database/postgresql/values.yaml index 413c6bf..d076574 100644 --- a/services/database/postgresql/values.yaml +++ b/services/database/postgresql/values.yaml @@ -3,7 +3,7 @@ server: image: repository: ghcr.io/x-evor/images/postgresql - tag: "17" + tag: "sha-8d3a508" pullPolicy: IfNotPresent imagePullSecrets: