From c9107bac9a9bec456978e398ead27ca5b81af3cc Mon Sep 17 00:00:00 2001 From: Neal DeBuhr Date: Tue, 31 Mar 2026 20:41:06 +0000 Subject: [PATCH] Fix the registry and repository values structuring in prometheus-pushgateway to match intuition and the other charts Signed-off-by: Neal DeBuhr --- charts/prometheus-pushgateway/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/prometheus-pushgateway/values.yaml b/charts/prometheus-pushgateway/values.yaml index 1c24f2d52b1d..a742a401b5d1 100644 --- a/charts/prometheus-pushgateway/values.yaml +++ b/charts/prometheus-pushgateway/values.yaml @@ -16,8 +16,8 @@ fullnameOverride: "" namespaceOverride: "" image: - registry: "" - repository: quay.io/prometheus/pushgateway + registry: quay.io + repository: prometheus/pushgateway # if not set appVersion field from Chart.yaml is used tag: "" pullPolicy: IfNotPresent