From 1ad14c10b1d4319729e661419347a63f14dccc12 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 25 Nov 2024 13:03:07 +0000 Subject: [PATCH] chore(deps): update quay.io/thanos/thanos docker tag to v0.37.0 --- thanos/3-querier.yaml | 2 +- thanos/4-storegateway.yaml | 2 +- thanos/5-compactor.yaml | 2 +- thanos/6-receiver.yaml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/thanos/3-querier.yaml b/thanos/3-querier.yaml index 03166e0..a3872eb 100644 --- a/thanos/3-querier.yaml +++ b/thanos/3-querier.yaml @@ -22,7 +22,7 @@ spec: fsGroup: 1001 containers: - name: querier - image: quay.io/thanos/thanos:v0.36.1 + image: quay.io/thanos/thanos:v0.37.0 args: - query - --log.level=info diff --git a/thanos/4-storegateway.yaml b/thanos/4-storegateway.yaml index 74684fe..2613f91 100644 --- a/thanos/4-storegateway.yaml +++ b/thanos/4-storegateway.yaml @@ -36,7 +36,7 @@ spec: mountPath: /data containers: - name: storegateway - image: quay.io/thanos/thanos:v0.36.1 + image: quay.io/thanos/thanos:v0.37.0 securityContext: runAsUser: 1001 args: diff --git a/thanos/5-compactor.yaml b/thanos/5-compactor.yaml index feb4d6a..a65eeb1 100644 --- a/thanos/5-compactor.yaml +++ b/thanos/5-compactor.yaml @@ -46,7 +46,7 @@ spec: mountPath: /data containers: - name: compactor - image: quay.io/thanos/thanos:v0.36.1 + image: quay.io/thanos/thanos:v0.37.0 imagePullPolicy: IfNotPresent securityContext: runAsUser: 1001 diff --git a/thanos/6-receiver.yaml b/thanos/6-receiver.yaml index 138edbf..67928dd 100644 --- a/thanos/6-receiver.yaml +++ b/thanos/6-receiver.yaml @@ -71,7 +71,7 @@ spec: mountPath: /data containers: - name: receiver - image: quay.io/thanos/thanos:v0.36.1 + image: quay.io/thanos/thanos:v0.37.0 imagePullPolicy: IfNotPresent securityContext: runAsUser: 1001 @@ -210,7 +210,7 @@ spec: mountPath: /data containers: - name: receiver - image: quay.io/thanos/thanos:v0.36.1 + image: quay.io/thanos/thanos:v0.37.0 imagePullPolicy: IfNotPresent securityContext: runAsUser: 1001