Skip to content

Commit e132f67

Browse files
committed
bump prometheus version
Signed-off-by: Sven Pimmer <[email protected]>
1 parent e43900e commit e132f67

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

1-globalview/courseBase.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22

3-
docker pull quay.io/prometheus/prometheus:v2.38.0
3+
docker pull quay.io/prometheus/prometheus:v2.49.1
44
docker pull quay.io/thanos/thanos:v0.28.0

1-globalview/step1.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ docker run -d --net=host --rm \
105105
-v $(pwd)/prometheus0_eu1_data:/prometheus \
106106
-u root \
107107
--name prometheus-0-eu1 \
108-
quay.io/prometheus/prometheus:v2.38.0 \
108+
quay.io/prometheus/prometheus:v2.49.1 \
109109
--config.file=/etc/prometheus/prometheus.yml \
110110
--storage.tsdb.path=/prometheus \
111111
--web.listen-address=:9090 \
@@ -124,7 +124,7 @@ docker run -d --net=host --rm \
124124
-v $(pwd)/prometheus0_us1_data:/prometheus \
125125
-u root \
126126
--name prometheus-0-us1 \
127-
quay.io/prometheus/prometheus:v2.38.0 \
127+
quay.io/prometheus/prometheus:v2.49.1 \
128128
--config.file=/etc/prometheus/prometheus.yml \
129129
--storage.tsdb.path=/prometheus \
130130
--web.listen-address=:9091 \
@@ -141,7 +141,7 @@ docker run -d --net=host --rm \
141141
-v $(pwd)/prometheus1_us1_data:/prometheus \
142142
-u root \
143143
--name prometheus-1-us1 \
144-
quay.io/prometheus/prometheus:v2.38.0 \
144+
quay.io/prometheus/prometheus:v2.49.1 \
145145
--config.file=/etc/prometheus/prometheus.yml \
146146
--storage.tsdb.path=/prometheus \
147147
--web.listen-address=:9092 \

0 commit comments

Comments
 (0)