Use the actual quay.io/thanos/thanos:v0.7.0 image

This commit is contained in:
Matthias Loibl 2019-09-04 17:51:20 +02:00
parent 13c5dd3735
commit 7c04a4287f
No known key found for this signature in database
GPG Key ID: 78A796CA74CA38BA
8 changed files with 8 additions and 8 deletions

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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