Skip to content

Commit

Permalink
chore: bump prometheus example images
Browse files Browse the repository at this point in the history
  • Loading branch information
pintohutch authored and bwplotka committed Oct 9, 2024
1 parent ab14355 commit 81a156b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ spec:
privileged: false
containers:
- name: prometheus
image: gke.gcr.io/prometheus-engine/prometheus:v2.45.3-gmp.7-gke.0
image: gke.gcr.io/prometheus-engine/prometheus:v2.45.3-gmp.9-gke.0
args:
- --config.file=/prometheus/config_out/config.yaml
- --storage.tsdb.path=/prometheus/data
Expand All @@ -134,7 +134,7 @@ spec:
- name: prometheus-db
mountPath: /prometheus/data
- name: config-reloader
image: gke.gcr.io/prometheus-engine/config-reloader:v0.12.0-gke.5
image: gke.gcr.io/prometheus-engine/config-reloader:v0.14.0-gke.0
args:
- --config-file=/prometheus/config/config.yaml
- --config-file-output=/prometheus/config_out/config.yaml
Expand Down

0 comments on commit 81a156b

Please sign in to comment.