From 7b74a553d8275bcbd603deaa8686f4d6c9106f80 Mon Sep 17 00:00:00 2001 From: George Angel Date: Wed, 22 Dec 2021 10:37:42 +0000 Subject: [PATCH] Update Thanos to 0.24 RC version (#59) Mainly to address https://github.com/thanos-io/thanos/pull/4795 - which is happening frequently in prod-aws/sys-mon --- base/prometheus/kustomization.yaml | 2 +- base/thanos-compact/kustomization.yaml | 2 +- base/thanos-query/kustomization.yaml | 2 +- base/thanos-rule/kustomization.yaml | 2 +- base/thanos-store/kustomization.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/base/prometheus/kustomization.yaml b/base/prometheus/kustomization.yaml index bbc24c2..7fee322 100644 --- a/base/prometheus/kustomization.yaml +++ b/base/prometheus/kustomization.yaml @@ -10,4 +10,4 @@ images: newTag: v2.30.3 - name: thanos newName: quay.io/thanos/thanos - newTag: v0.23.1 + newTag: v0.24.0-rc.2 diff --git a/base/thanos-compact/kustomization.yaml b/base/thanos-compact/kustomization.yaml index dc311bd..d0dd643 100644 --- a/base/thanos-compact/kustomization.yaml +++ b/base/thanos-compact/kustomization.yaml @@ -7,4 +7,4 @@ resources: images: - name: thanos newName: quay.io/thanos/thanos - newTag: v0.23.1 + newTag: v0.24.0-rc.2 diff --git a/base/thanos-query/kustomization.yaml b/base/thanos-query/kustomization.yaml index 692fa5a..7eff49c 100644 --- a/base/thanos-query/kustomization.yaml +++ b/base/thanos-query/kustomization.yaml @@ -7,4 +7,4 @@ resources: images: - name: thanos newName: quay.io/thanos/thanos - newTag: v0.23.1 + newTag: v0.24.0-rc.2 diff --git a/base/thanos-rule/kustomization.yaml b/base/thanos-rule/kustomization.yaml index c9e08a5..1ace4c1 100644 --- a/base/thanos-rule/kustomization.yaml +++ b/base/thanos-rule/kustomization.yaml @@ -7,4 +7,4 @@ resources: images: - name: thanos newName: quay.io/thanos/thanos - newTag: v0.23.1 + newTag: v0.24.0-rc.2 diff --git a/base/thanos-store/kustomization.yaml b/base/thanos-store/kustomization.yaml index 2051ed3..cad5d23 100644 --- a/base/thanos-store/kustomization.yaml +++ b/base/thanos-store/kustomization.yaml @@ -7,4 +7,4 @@ resources: images: - name: thanos newName: quay.io/thanos/thanos - newTag: v0.23.1 + newTag: v0.24.0-rc.2