From 7c04a4287fe77502dbe3d31291bf38f99bc09fe1 Mon Sep 17 00:00:00 2001 From: Matthias Loibl Date: Wed, 4 Sep 2019 17:51:20 +0200 Subject: [PATCH] Use the actual quay.io/thanos/thanos:v0.7.0 image --- README.md | 2 +- all.jsonnet | 2 +- example.jsonnet | 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 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8b428ec..6c568f3 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ local kt = { thanos+:: { variables+:: { - image: 'improbable/thanos:v0.7.0', + image: 'quay.io/thanos/thanos:v0.7.0', objectStorageConfig+: { name: 'thanos-objectstorage', key: 'thanos.yaml', diff --git a/all.jsonnet b/all.jsonnet index ddad697..7224859 100644 --- a/all.jsonnet +++ b/all.jsonnet @@ -12,7 +12,7 @@ local kt = { thanos+:: { variables+:: { - image: 'improbable/thanos:v0.7.0', + image: 'quay.io/thanos/thanos:v0.7.0', objectStorageConfig+: { name: 'thanos-objectstorage', key: 'thanos.yaml', diff --git a/example.jsonnet b/example.jsonnet index 545ae8d..6926cbf 100644 --- a/example.jsonnet +++ b/example.jsonnet @@ -12,7 +12,7 @@ local kt = { thanos+:: { variables+:: { - image: 'improbable/thanos:v0.7.0', + image: 'quay.io/thanos/thanos:v0.7.0', objectStorageConfig+: { name: 'thanos-objectstorage', key: 'thanos.yaml', diff --git a/examples/all/manifests/thanos-querier-deployment.yaml b/examples/all/manifests/thanos-querier-deployment.yaml index e0c17c7..f762db2 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: improbable/thanos:v0.7.0 + image: quay.io/thanos/thanos:v0.7.0 name: thanos-querier ports: - containerPort: 10901 diff --git a/examples/all/manifests/thanos-receive-statefulSet.yaml b/examples/all/manifests/thanos-receive-statefulSet.yaml index daefbcd..c03a919 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: improbable/thanos:v0.7.0 + image: quay.io/thanos/thanos:v0.7.0 name: thanos-receive ports: - containerPort: 10901 diff --git a/examples/all/manifests/thanos-store-statefulSet.yaml b/examples/all/manifests/thanos-store-statefulSet.yaml index dd842b7..7810085 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: improbable/thanos:v0.7.0 + image: quay.io/thanos/thanos:v0.7.0 name: thanos-store ports: - containerPort: 10901 diff --git a/manifests/thanos-querier-deployment.yaml b/manifests/thanos-querier-deployment.yaml index 1fd6560..8ab4f30 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: improbable/thanos:v0.7.0 + image: quay.io/thanos/thanos:v0.7.0 name: thanos-querier ports: - containerPort: 10901 diff --git a/manifests/thanos-store-statefulSet.yaml b/manifests/thanos-store-statefulSet.yaml index 6988ba4..d883223 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: improbable/thanos:v0.7.0 + image: quay.io/thanos/thanos:v0.7.0 name: thanos-store ports: - containerPort: 10901