From d885a134bc11f9f86f0bd810c77f602a4a82ec7b Mon Sep 17 00:00:00 2001 From: icecheng Date: Thu, 23 Oct 2025 14:53:59 +0800 Subject: [PATCH] feat: update postgresql image tag --- freeleaps/helm-pkg/3rd/gitea/charts/postgresql/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freeleaps/helm-pkg/3rd/gitea/charts/postgresql/values.yaml b/freeleaps/helm-pkg/3rd/gitea/charts/postgresql/values.yaml index c3f0400a..8c420af2 100644 --- a/freeleaps/helm-pkg/3rd/gitea/charts/postgresql/values.yaml +++ b/freeleaps/helm-pkg/3rd/gitea/charts/postgresql/values.yaml @@ -106,8 +106,8 @@ diagnosticMode: ## image: registry: docker.io - repository: bitnami/postgresql - tag: latest + repository: postgresql + tag: 16.3 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'