From 4a2358439abb84e6b95d8fccead4475337320793 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 9 Apr 2025 02:04:01 +0000 Subject: [PATCH] chore(deps): update quay.io/thanos/thanos docker tag to v0.38.0 --- k8s/monitoring/thanos.yaml | 6 +++--- talos/k8s/monitoring/prom.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/k8s/monitoring/thanos.yaml b/k8s/monitoring/thanos.yaml index 0797968..d93b3fb 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.37.2 + image: quay.io/thanos/thanos:v0.38.0 args: - query - --http-address @@ -123,7 +123,7 @@ spec: valueFrom: fieldRef: fieldPath: status.hostIP - image: quay.io/thanos/thanos:v0.37.2 + image: quay.io/thanos/thanos:v0.38.0 livenessProbe: failureThreshold: 8 httpGet: @@ -257,7 +257,7 @@ spec: valueFrom: fieldRef: fieldPath: status.hostIP - image: quay.io/thanos/thanos:v0.37.2 + image: quay.io/thanos/thanos:v0.38.0 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 4 diff --git a/talos/k8s/monitoring/prom.yaml b/talos/k8s/monitoring/prom.yaml index 5df4746..409af92 100644 --- a/talos/k8s/monitoring/prom.yaml +++ b/talos/k8s/monitoring/prom.yaml @@ -46,7 +46,7 @@ spec: storage: 50Gi thanos: blockSize: 2h - image: quay.io/thanos/thanos:v0.37.2 + image: quay.io/thanos/thanos:v0.38.0 objectStorageConfig: key: thanos.yaml name: thanos-objstore -- 2.47.2