Skip to content

Commit

Permalink
fix: use latest image tags in prometheus example
Browse files Browse the repository at this point in the history
The tags used in our examples/prometheus.yaml were way out of date. This
updates them to match those tagged in `v0.12.0-imgtag`.

Opened b/361070946 to track making this process automated as part of
presubmit.

Signed-off-by: Danny Clark <[email protected]>
  • Loading branch information
pintohutch committed Aug 21, 2024
1 parent 564db9f commit 0f7e34a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ spec:
- linux
initContainers:
- name: config-init
image: gke.gcr.io/gke-distroless/bash:20220419
image: gke.gcr.io/gke-distroless/bash:gke_distroless_20240607.00_p0
command: ['/bin/bash', '-c', 'touch /prometheus/config_out/config.yaml']
volumeMounts:
- name: config-out
Expand All @@ -108,7 +108,7 @@ spec:
privileged: false
containers:
- name: prometheus
image: gke.gcr.io/prometheus-engine/prometheus:v2.41.0-gmp.5-gke.0
image: gke.gcr.io/prometheus-engine/prometheus:v2.45.3-gmp.7-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.8.0-gke.4
image: gke.gcr.io/prometheus-engine/config-reloader:v0.12.0-gke.5
args:
- --config-file=/prometheus/config/config.yaml
- --config-file-output=/prometheus/config_out/config.yaml
Expand Down

0 comments on commit 0f7e34a

Please sign in to comment.