From 433dad80fcb4fcfdc9bd027fc555fabf097ffffa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 20:21:47 +0000 Subject: [PATCH] fix(container): update thanos group | datasource | package | from | to | | ---------- | --------------------- | ------- | ------- | | docker | quay.io/thanos/thanos | v0.35.0 | v0.35.1 | | helm | thanos | 15.5.0 | 15.5.1 | Signed-off-by: Winston R. Milling --- monitoring/kube-prometheus-stack/kube-prometheus-stack.yaml | 2 +- monitoring/thanos/thanos.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/monitoring/kube-prometheus-stack/kube-prometheus-stack.yaml b/monitoring/kube-prometheus-stack/kube-prometheus-stack.yaml index fdff0b29a..beb91da23 100644 --- a/monitoring/kube-prometheus-stack/kube-prometheus-stack.yaml +++ b/monitoring/kube-prometheus-stack/kube-prometheus-stack.yaml @@ -227,7 +227,7 @@ spec: replicas: 2 replicaExternalLabelName: "replica" thanos: - image: quay.io/thanos/thanos:v0.35.0 + image: quay.io/thanos/thanos:v0.35.1 version: v0.30.1 objectStorageConfig: name: thanos diff --git a/monitoring/thanos/thanos.yaml b/monitoring/thanos/thanos.yaml index b2d354b6d..ce0ee1e12 100644 --- a/monitoring/thanos/thanos.yaml +++ b/monitoring/thanos/thanos.yaml @@ -11,7 +11,7 @@ spec: spec: # renovate: registryUrl=https://charts.bitnami.com/bitnami chart: thanos - version: 15.5.0 + version: 15.5.1 sourceRef: kind: HelmRepository name: bitnami-charts