From b7d9a943f82bab9810323708743ded555a2a804d Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 28 Mar 2022 13:01:50 +0000 Subject: [PATCH] Update container image ghcr.io/truecharts/postgresql to v14.2.0 --- charts/common/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/common/values.yaml b/charts/common/values.yaml index 1f2965ad..d5bddb14 100644 --- a/charts/common/values.yaml +++ b/charts/common/values.yaml @@ -64,7 +64,7 @@ postgresqlImage: # -- Specify the postgresql image repository: ghcr.io/truecharts/postgresql # -- Specify the postgresql image tag - tag: v14.2.0@sha256:d7971b1edc0b9475e35d839abab6358d541c837904042d5fec0ae8ff469150c8 + tag: v14.2.0@sha256:eb90150f58096c4539cf194233b55136fddf2e5c34acddb891f897510ae01baa # -- Specify the postgresql image pull policy pullPolicy: IfNotPresent