Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update image version
Browse files Browse the repository at this point in the history
kakkoyun committed Sep 23, 2019
1 parent 10734bb commit 25974cf
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@ local kt =
{
thanos+:: {
variables+:: {
image: 'quay.io/thanos/thanos:v0.7.0', # TODO: (kakkoyun) Update image to a version which supports probes
image: 'quay.io/thanos/thanos:master-2019-09-23-7a2f54e8',
objectStorageConfig+: {
name: 'thanos-objectstorage',
key: 'thanos.yaml',
2 changes: 1 addition & 1 deletion all.jsonnet
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ local kt =
{
thanos+:: {
variables+:: {
image: 'quay.io/thanos/thanos:v0.7.0', # TODO: (kakkoyun) Update image to a version which supports probes
image: 'quay.io/thanos/thanos:master-2019-09-23-7a2f54e8',
objectStorageConfig+: {
name: 'thanos-objectstorage',
key: 'thanos.yaml',
2 changes: 1 addition & 1 deletion example.jsonnet
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ local kt =
{
thanos+:: {
variables+:: {
image: 'quay.io/thanos/thanos:v0.7.0', # TODO: (kakkoyun) Update image to a version which supports probes
image: 'quay.io/thanos/thanos:master-2019-09-23-7a2f54e8',
objectStorageConfig+: {
name: 'thanos-objectstorage',
key: 'thanos.yaml',
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-compactor-statefulSet.yaml
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ spec:
secretKeyRef:
key: thanos.yaml
name: thanos-objectstorage
image: quay.io/thanos/thanos:v0.7.0
image: quay.io/thanos/thanos:master-2019-09-23-7a2f54e8
livenessProbe:
httpGet:
path: /-/healthy
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-querier-deployment.yaml
Original file line number Diff line number Diff line change
@@ -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:v0.7.0
image: quay.io/thanos/thanos:master-2019-09-23-7a2f54e8
livenessProbe:
httpGet:
path: /-/healthy
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-receive-statefulSet.yaml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ spec:
secretKeyRef:
key: thanos.yaml
name: thanos-objectstorage
image: quay.io/thanos/thanos:v0.7.0
image: quay.io/thanos/thanos:master-2019-09-23-7a2f54e8
livenessProbe:
httpGet:
path: /-/healthy
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-store-statefulSet.yaml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ spec:
secretKeyRef:
key: thanos.yaml
name: thanos-objectstorage
image: quay.io/thanos/thanos:v0.7.0
image: quay.io/thanos/thanos:master-2019-09-23-7a2f54e8
livenessProbe:
httpGet:
path: /-/healthy
2 changes: 1 addition & 1 deletion manifests/thanos-querier-deployment.yaml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ spec:
- --grpc-address=0.0.0.0:10901
- --http-address=0.0.0.0:9090
- --store=dnssrv+_grpc._tcp.thanos-store.monitoring.svc.cluster.local
image: quay.io/thanos/thanos:v0.7.0
image: quay.io/thanos/thanos:master-2019-09-23-7a2f54e8
livenessProbe:
httpGet:
path: /-/healthy
2 changes: 1 addition & 1 deletion manifests/thanos-store-statefulSet.yaml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ spec:
secretKeyRef:
key: thanos.yaml
name: thanos-objectstorage
image: quay.io/thanos/thanos:v0.7.0
image: quay.io/thanos/thanos:master-2019-09-23-7a2f54e8
livenessProbe:
httpGet:
path: /-/healthy

0 comments on commit 25974cf

Please sign in to comment.