Skip to content

Commit 06f35ed

Browse files
committed
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 <hmatulis@google.com>
1 parent ad17d89 commit 06f35ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/prometheus.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ spec:
108108
privileged: false
109109
containers:
110110
- name: prometheus
111-
image: gke.gcr.io/prometheus-engine/prometheus:v2.45.3-gmp.7-gke.0
111+
image: gke.gcr.io/prometheus-engine/prometheus:v2.53.5-gmp.0-gke.8
112112
args:
113113
- --config.file=/prometheus/config_out/config.yaml
114114
- --storage.tsdb.path=/prometheus/data
@@ -191,7 +191,7 @@ data:
191191
- role: pod
192192
relabel_configs:
193193
- source_labels: [__meta_kubernetes_pod_label_app]
194-
regex: prom-example
194+
regex: prom-example.*
195195
action: keep
196196
- source_labels: [__meta_kubernetes_namespace]
197197
target_label: namespace

0 commit comments

Comments
 (0)