chore(deps): update quay.io/thanos/thanos docker tag to v0.37.0 #317

Merged
tom merged 1 commit from renovate/quay.io-thanos-thanos-0.x into main 2024-11-26 09:35:35 +01:00
4 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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:

View file

@ -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

View file

@ -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