From 7a8ecbeb975ee155203ad83a491c659ed41664ab Mon Sep 17 00:00:00 2001 From: lab Date: Fri, 11 Sep 2026 14:35:59 +0300 Subject: [PATCH] fix(helm): use real postgres-exporter image in values-public Co-authored-by: Cursor --- .helm/values-public.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.helm/values-public.yaml b/.helm/values-public.yaml index 9e0c645..a6d0e2e 100644 --- a/.helm/values-public.yaml +++ b/.helm/values-public.yaml @@ -1,4 +1,4 @@ imagePullSecrets: [] image: postgresql: ghcr.io/cloudnative-pg/postgresql:16.4-22 - postgresqlExporter: ghcr.io/cloudnative-pg/postgresql:16.4-22 + postgresqlExporter: quay.io/prometheuscommunity/postgres-exporter:v0.19.0