Skip to content

Commit

Permalink
k8s tutorial: Moved to proper Thanos version. (#863)
Browse files Browse the repository at this point in the history
Signed-off-by: Bartek Plotka <bwplotka@gmail.com>
  • Loading branch information
bwplotka authored and domgreen committed Feb 22, 2019
1 parent e01a595 commit a14cc0d
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ spec:
- name: prometheus
mountPath: /var/prometheus
- name: thanos
image: improbable/thanos:v0.3.0
image: improbable/thanos:v0.3.1
args:
- sidecar
- --log.level=debug
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
- name: prometheus
mountPath: /var/prometheus
- name: thanos
image: improbable/thanos:v0.3.0
image: improbable/thanos:v0.3.1
args:
- sidecar
- --log.level=debug
Expand Down
2 changes: 1 addition & 1 deletion tutorials/kubernetes-demo/manifests/thanos-compactor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: thanos
image: improbable/thanos:v0.3.0
image: improbable/thanos:v0.3.1
args:
- compact
- --log.level=debug
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
spec:
containers:
- name: thanos
image: improbable/thanos:v0.3.0
image: improbable/thanos:v0.3.1
args:
- query
- --log.level=debug
Expand Down
2 changes: 1 addition & 1 deletion tutorials/kubernetes-demo/manifests/thanos-querier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
spec:
containers:
- name: thanos
image: improbable/thanos:v0.3.0
image: improbable/thanos:v0.3.1
args:
- query
- --log.level=debug
Expand Down
2 changes: 1 addition & 1 deletion tutorials/kubernetes-demo/manifests/thanos-ruler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
spec:
containers:
- name: thanos
image: improbable/thanos:v0.3.0
image: improbable/thanos:v0.3.1
args:
- rule
- --log.level=debug
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ spec:
spec:
containers:
- name: thanos
image: improbable/thanos:v0.3.0
# TODO(bwplotka): Move to v0.3.2 once available.
image: improbable/thanos:master-2019-02-21-0c730c1
args:
- store
- --log.level=debug
Expand Down

0 comments on commit a14cc0d

Please sign in to comment.