From 25974cf20f1f907c44a7703dfbb1c02778b58466 Mon Sep 17 00:00:00 2001 From: Kemal Akkoyun Date: Mon, 23 Sep 2019 09:57:22 +0200 Subject: [PATCH] Update image version --- README.md | 2 +- all.jsonnet | 2 +- example.jsonnet | 2 +- examples/all/manifests/thanos-compactor-statefulSet.yaml | 2 +- examples/all/manifests/thanos-querier-deployment.yaml | 2 +- examples/all/manifests/thanos-receive-statefulSet.yaml | 2 +- examples/all/manifests/thanos-store-statefulSet.yaml | 2 +- manifests/thanos-querier-deployment.yaml | 2 +- manifests/thanos-store-statefulSet.yaml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 688b60ae..7d06e201 100644 --- a/README.md +++ b/README.md @@ -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', diff --git a/all.jsonnet b/all.jsonnet index a9b8627c..819f5f22 100644 --- a/all.jsonnet +++ b/all.jsonnet @@ -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', diff --git a/example.jsonnet b/example.jsonnet index f4dd398d..01ddbb4a 100644 --- a/example.jsonnet +++ b/example.jsonnet @@ -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', diff --git a/examples/all/manifests/thanos-compactor-statefulSet.yaml b/examples/all/manifests/thanos-compactor-statefulSet.yaml index c185ba06..dfa61a10 100644 --- a/examples/all/manifests/thanos-compactor-statefulSet.yaml +++ b/examples/all/manifests/thanos-compactor-statefulSet.yaml @@ -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 diff --git a/examples/all/manifests/thanos-querier-deployment.yaml b/examples/all/manifests/thanos-querier-deployment.yaml index 3f9343bd..dd0fbb95 100644 --- a/examples/all/manifests/thanos-querier-deployment.yaml +++ b/examples/all/manifests/thanos-querier-deployment.yaml @@ -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 diff --git a/examples/all/manifests/thanos-receive-statefulSet.yaml b/examples/all/manifests/thanos-receive-statefulSet.yaml index c1b73912..3191e859 100644 --- a/examples/all/manifests/thanos-receive-statefulSet.yaml +++ b/examples/all/manifests/thanos-receive-statefulSet.yaml @@ -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 diff --git a/examples/all/manifests/thanos-store-statefulSet.yaml b/examples/all/manifests/thanos-store-statefulSet.yaml index 66351dc4..5f2c64b3 100644 --- a/examples/all/manifests/thanos-store-statefulSet.yaml +++ b/examples/all/manifests/thanos-store-statefulSet.yaml @@ -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 diff --git a/manifests/thanos-querier-deployment.yaml b/manifests/thanos-querier-deployment.yaml index 6be00d01..a388bede 100644 --- a/manifests/thanos-querier-deployment.yaml +++ b/manifests/thanos-querier-deployment.yaml @@ -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 diff --git a/manifests/thanos-store-statefulSet.yaml b/manifests/thanos-store-statefulSet.yaml index be8d35b1..75c61cad 100644 --- a/manifests/thanos-store-statefulSet.yaml +++ b/manifests/thanos-store-statefulSet.yaml @@ -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