diff --git a/all.jsonnet b/all.jsonnet index 819f5f22..551acc67 100644 --- a/all.jsonnet +++ b/all.jsonnet @@ -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', diff --git a/examples/all/manifests/thanos-compactor-statefulSet.yaml b/examples/all/manifests/thanos-compactor-statefulSet.yaml index dfa61a10..2012a361 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:master-2019-09-23-7a2f54e8 + image: quay.io/thanos/thanos:v0.8.0 livenessProbe: httpGet: path: /-/healthy diff --git a/examples/all/manifests/thanos-querier-deployment.yaml b/examples/all/manifests/thanos-querier-deployment.yaml index dd0fbb95..a0b140e9 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:master-2019-09-23-7a2f54e8 + image: quay.io/thanos/thanos:v0.8.0 livenessProbe: httpGet: path: /-/healthy diff --git a/examples/all/manifests/thanos-receive-statefulSet.yaml b/examples/all/manifests/thanos-receive-statefulSet.yaml index 3191e859..4ca356f2 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:master-2019-09-23-7a2f54e8 + image: quay.io/thanos/thanos:v0.8.0 livenessProbe: httpGet: path: /-/healthy diff --git a/examples/all/manifests/thanos-store-statefulSet.yaml b/examples/all/manifests/thanos-store-statefulSet.yaml index 5f2c64b3..c0f8aa16 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:master-2019-09-23-7a2f54e8 + image: quay.io/thanos/thanos:v0.8.0 livenessProbe: httpGet: path: /-/healthy