From 0f1880e00b892e95b79129eb32750192613dd596 Mon Sep 17 00:00:00 2001 From: hsmatulis Date: Mon, 27 Oct 2025 18:33:32 -0400 Subject: [PATCH] fix: update out of sync Prometheus image The prometheus image in the example directory should be kept in sync with the one used by the 0.17 branch Signed-off-by: Henrique Matulis --- examples/prometheus.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/prometheus.yaml b/examples/prometheus.yaml index 4cc52df6bf..430c0be9fa 100644 --- a/examples/prometheus.yaml +++ b/examples/prometheus.yaml @@ -108,7 +108,7 @@ spec: privileged: false containers: - name: prometheus - image: gke.gcr.io/prometheus-engine/prometheus:v2.53.5-gmp.0-gke.13 + image: gke.gcr.io/prometheus-engine/prometheus:v2.53.5-gmp.1-gke.2 args: - --config.file=/prometheus/config_out/config.yaml - --storage.tsdb.path=/prometheus/data @@ -190,8 +190,8 @@ data: kubernetes_sd_configs: - role: pod relabel_configs: - - source_labels: [__meta_kubernetes_pod_label_app] - regex: prom-example + - source_labels: [__meta_kubernetes_pod_label_app, __meta_kubernetes_pod_label_app_kubernetes_io_name] + regex: (prom-example.*);.*|.*;(prom-example.*) action: keep - source_labels: [__meta_kubernetes_namespace] target_label: namespace