chore(deps): update quay.io/thanos/thanos docker tag to v0.37.0
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
This commit is contained in:
parent
54be089d87
commit
1ad14c10b1
4 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue