From 38d58be618baf1049ccf0a08595e84a2713966f6 Mon Sep 17 00:00:00 2001 From: bpschmitt Date: Tue, 18 Jun 2024 15:11:34 -0500 Subject: [PATCH] update postgres image details --- helm/prometheus-postgres-exporter/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/prometheus-postgres-exporter/values.yaml b/helm/prometheus-postgres-exporter/values.yaml index edb0d41b98..707bd8f4ea 100644 --- a/helm/prometheus-postgres-exporter/values.yaml +++ b/helm/prometheus-postgres-exporter/values.yaml @@ -8,8 +8,8 @@ replicaCount: 1 image: - repository: quay.io/prometheuscommunity/postgres-exporter - tag: v0.10.1 + repository: prometheuscommunity/postgres-exporter + tag: v0.15.0 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.