From ee933a58290f45ae49b005f4c9802b970ac6d1ce Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 25 Nov 2024 13:02:04 +0000 Subject: [PATCH] chore(deps): update quay.io/thanos/thanos docker tag to v0.37.0 --- k8s/monitoring/thanos.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/k8s/monitoring/thanos.yaml b/k8s/monitoring/thanos.yaml index b08c5ba..50a0733 100644 --- a/k8s/monitoring/thanos.yaml +++ b/k8s/monitoring/thanos.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: thanos-querier - image: quay.io/thanos/thanos:v0.36.1 + image: quay.io/thanos/thanos:v0.37.0 args: - query - --http-address @@ -120,7 +120,7 @@ spec: valueFrom: fieldRef: fieldPath: status.hostIP - image: quay.io/thanos/thanos:v0.36.1 + image: quay.io/thanos/thanos:v0.37.0 livenessProbe: failureThreshold: 8 httpGet: @@ -254,7 +254,7 @@ spec: valueFrom: fieldRef: fieldPath: status.hostIP - image: quay.io/thanos/thanos:v0.36.1 + image: quay.io/thanos/thanos:v0.37.0 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 4 -- 2.45.2