Merge pull request #1019 from dgrisonnet/thanos-image

examples/thanos-sidecar: fix image url
This commit is contained in:
Paweł Krupa
2021-03-23 09:47:05 +01:00
committed by GitHub

View File

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