From 9f6c7d7654bdb2bed63daf923b5ae9f7dc457081 Mon Sep 17 00:00:00 2001
From: Damien Grisonnet <dgrisonn@redhat.com>
Date: Wed, 10 Mar 2021 11:47:57 +0100
Subject: [PATCH] examples/thanos-sidecar: fix image url

Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
---
 examples/thanos-sidecar.jsonnet | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/thanos-sidecar.jsonnet b/examples/thanos-sidecar.jsonnet
index 24a0d5ce..8949a1b1 100644
--- a/examples/thanos-sidecar.jsonnet
+++ b/examples/thanos-sidecar.jsonnet
@@ -8,7 +8,7 @@ local kp =
       prometheus+: {
         thanos: {
           version: '0.17.2',
-          image: 'quay.io/thanos-io/thanos:v0.17.2',
+          image: 'quay.io/thanos/thanos:v0.17.2',
           objectStorageConfig: {
             key: 'thanos.yaml',  // How the file inside the secret is called
             name: 'thanos-objectstorage',  // This is the name of your Kubernetes secret with the config
-- 
GitLab