Skip to content

Commit

Permalink
Update Thanos version with latest stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkoyun committed Oct 11, 2019
1 parent 915665c commit affa28b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion all.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ local kt =
{
thanos+:: {
variables+:: {
image: 'quay.io/thanos/thanos:master-2019-09-23-7a2f54e8',
image: 'quay.io/thanos/thanos:v0.8.0',
objectStorageConfig+: {
name: 'thanos-objectstorage',
key: 'thanos.yaml',
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-compactor-statefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
secretKeyRef:
key: thanos.yaml
name: thanos-objectstorage
image: quay.io/thanos/thanos:master-2019-09-23-7a2f54e8
image: quay.io/thanos/thanos:v0.8.0
livenessProbe:
httpGet:
path: /-/healthy
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-querier-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- --store=dnssrv+_grpc._tcp.thanos-store.monitoring.svc.cluster.local
- --store=dnssrv+_grpc._tcp.thanos-receive.monitoring.svc.cluster.local
- --store=dnssrv+_grpc._tcp.prometheus-k8s.monitoring.svc.cluster.local
image: quay.io/thanos/thanos:master-2019-09-23-7a2f54e8
image: quay.io/thanos/thanos:v0.8.0
livenessProbe:
httpGet:
path: /-/healthy
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-receive-statefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
secretKeyRef:
key: thanos.yaml
name: thanos-objectstorage
image: quay.io/thanos/thanos:master-2019-09-23-7a2f54e8
image: quay.io/thanos/thanos:v0.8.0
livenessProbe:
httpGet:
path: /-/healthy
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-store-statefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
secretKeyRef:
key: thanos.yaml
name: thanos-objectstorage
image: quay.io/thanos/thanos:master-2019-09-23-7a2f54e8
image: quay.io/thanos/thanos:v0.8.0
livenessProbe:
httpGet:
path: /-/healthy
Expand Down

0 comments on commit affa28b

Please sign in to comment.