Updates #407

Merged
aaron merged 8 commits from ar-updates into main 2024-12-11 20:36:50 +01:00
4 changed files with 5 additions and 5 deletions
Showing only changes of commit 4c8e274126 - Show all commits

View file

@ -22,7 +22,7 @@ spec:
fsGroup: 1001
containers:
- name: querier
image: quay.io/thanos/thanos:v0.37.1
image: quay.io/thanos/thanos:v0.37.2
args:
- query
- --log.level=info

View file

@ -36,7 +36,7 @@ spec:
mountPath: /data
containers:
- name: storegateway
image: quay.io/thanos/thanos:v0.37.1
image: quay.io/thanos/thanos:v0.37.2
securityContext:
runAsUser: 1001
args:

View file

@ -46,7 +46,7 @@ spec:
mountPath: /data
containers:
- name: compactor
image: quay.io/thanos/thanos:v0.37.1
image: quay.io/thanos/thanos:v0.37.2
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 1001

View file

@ -83,7 +83,7 @@ spec:
mountPath: /data
containers:
- name: receiver
image: quay.io/thanos/thanos:v0.37.1
image: quay.io/thanos/thanos:v0.37.2
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 1001
@ -234,7 +234,7 @@ spec:
mountPath: /data
containers:
- name: receiver
image: quay.io/thanos/thanos:v0.37.1
image: quay.io/thanos/thanos:v0.37.2
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 1001