Compare commits

..

No commits in common. "2424cbecd057be836683e58927e1fac41724ebc5" and "af6f5d028a5b555e7bbfd42285bf7ba36bb567cb" have entirely different histories.

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.37.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.37.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.37.1
image: quay.io/thanos/thanos:v0.37.0
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.0
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.0
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 1001