Skip to content

Commit

Permalink
Update image version
Browse files Browse the repository at this point in the history
Signed-off-by: Kemal Akkoyun <[email protected]>
  • Loading branch information
kakkoyun committed Sep 23, 2019
1 parent d85e79e commit 915665c
Show file tree
Hide file tree
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
Expand Up @@ -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',
Expand Down
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: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',
Expand Down
2 changes: 1 addition & 1 deletion example.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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',
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:v0.7.0
image: quay.io/thanos/thanos:master-2019-09-23-7a2f54e8
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:v0.7.0
image: quay.io/thanos/thanos:master-2019-09-23-7a2f54e8
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:v0.7.0
image: quay.io/thanos/thanos:master-2019-09-23-7a2f54e8
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:v0.7.0
image: quay.io/thanos/thanos:master-2019-09-23-7a2f54e8
livenessProbe:
httpGet:
path: /-/healthy
Expand Down
2 changes: 1 addition & 1 deletion manifests/thanos-querier-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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:v0.7.0
image: quay.io/thanos/thanos:master-2019-09-23-7a2f54e8
livenessProbe:
httpGet:
path: /-/healthy
Expand Down

0 comments on commit 915665c

Please sign in to comment.