diff --git a/README.md b/README.md index 7d06e20..9121be5 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,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/example.jsonnet b/example.jsonnet index 01ddbb4..b3934fe 100644 --- a/example.jsonnet +++ b/example.jsonnet @@ -12,7 +12,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/manifests/thanos-querier-deployment.yaml b/manifests/thanos-querier-deployment.yaml index a388bed..ed75827 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:master-2019-09-23-7a2f54e8 + image: quay.io/thanos/thanos:v0.8.0 livenessProbe: httpGet: path: /-/healthy diff --git a/manifests/thanos-store-statefulSet.yaml b/manifests/thanos-store-statefulSet.yaml index 75c61ca..77bcd6c 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:master-2019-09-23-7a2f54e8 + image: quay.io/thanos/thanos:v0.8.0 livenessProbe: httpGet: path: /-/healthy