Skip to content

Commit 07c1769

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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

33
docker pull quay.io/prometheus/prometheus:v2.49.1
4-
docker pull quay.io/thanos/thanos:v0.28.0
4+
docker pull quay.io/thanos/thanos:v0.34.0

1-globalview/step2.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ component and can be invoked in a single command.
1010
Let's take a look at all the Thanos commands:
1111

1212
```
13-
docker run --rm quay.io/thanos/thanos:v0.28.0 --help
13+
docker run --rm quay.io/thanos/thanos:v0.34.0 --help
1414
```{{execute}}
1515
1616
You should see multiple commands that solves different purposes.
@@ -53,7 +53,7 @@ docker run -d --net=host --rm \
5353
-v $(pwd)/prometheus0_eu1.yml:/etc/prometheus/prometheus.yml \
5454
--name prometheus-0-sidecar-eu1 \
5555
-u root \
56-
quay.io/thanos/thanos:v0.28.0 \
56+
quay.io/thanos/thanos:v0.34.0 \
5757
sidecar \
5858
--http-address 0.0.0.0:19090 \
5959
--grpc-address 0.0.0.0:19190 \
@@ -68,7 +68,7 @@ docker run -d --net=host --rm \
6868
-v $(pwd)/prometheus0_us1.yml:/etc/prometheus/prometheus.yml \
6969
--name prometheus-0-sidecar-us1 \
7070
-u root \
71-
quay.io/thanos/thanos:v0.28.0 \
71+
quay.io/thanos/thanos:v0.34.0 \
7272
sidecar \
7373
--http-address 0.0.0.0:19091 \
7474
--grpc-address 0.0.0.0:19191 \
@@ -81,7 +81,7 @@ docker run -d --net=host --rm \
8181
-v $(pwd)/prometheus1_us1.yml:/etc/prometheus/prometheus.yml \
8282
--name prometheus-1-sidecar-us1 \
8383
-u root \
84-
quay.io/thanos/thanos:v0.28.0 \
84+
quay.io/thanos/thanos:v0.34.0 \
8585
sidecar \
8686
--http-address 0.0.0.0:19092 \
8787
--grpc-address 0.0.0.0:19192 \

0 commit comments

Comments
 (0)