examples/thanos-sidecar: fix image url
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
This commit is contained in:
@@ -8,7 +8,7 @@ local kp =
|
|||||||
prometheus+: {
|
prometheus+: {
|
||||||
thanos: {
|
thanos: {
|
||||||
version: '0.17.2',
|
version: '0.17.2',
|
||||||
image: 'quay.io/thanos-io/thanos:v0.17.2',
|
image: 'quay.io/thanos/thanos:v0.17.2',
|
||||||
objectStorageConfig: {
|
objectStorageConfig: {
|
||||||
key: 'thanos.yaml', // How the file inside the secret is called
|
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
|
name: 'thanos-objectstorage', // This is the name of your Kubernetes secret with the config
|
||||||
|
|||||||
Reference in New Issue
Block a user