diff --git a/thanos/3-querier.yaml b/thanos/3-querier.yaml index a3872eb..0e4984e 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.37.0 + image: quay.io/thanos/thanos:v0.37.1 args: - query - --log.level=info diff --git a/thanos/4-storegateway.yaml b/thanos/4-storegateway.yaml index 2613f91..ed0eb4e 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.37.0 + image: quay.io/thanos/thanos:v0.37.1 securityContext: runAsUser: 1001 args: diff --git a/thanos/5-compactor.yaml b/thanos/5-compactor.yaml index a65eeb1..d931d10 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.37.0 + image: quay.io/thanos/thanos:v0.37.1 imagePullPolicy: IfNotPresent securityContext: runAsUser: 1001 diff --git a/thanos/6-receiver.yaml b/thanos/6-receiver.yaml index ba26b01..fe07e97 100644 --- a/thanos/6-receiver.yaml +++ b/thanos/6-receiver.yaml @@ -83,7 +83,7 @@ spec: mountPath: /data containers: - name: receiver - image: quay.io/thanos/thanos:v0.37.0 + image: quay.io/thanos/thanos:v0.37.1 imagePullPolicy: IfNotPresent securityContext: runAsUser: 1001 @@ -234,7 +234,7 @@ spec: mountPath: /data containers: - name: receiver - image: quay.io/thanos/thanos:v0.37.0 + image: quay.io/thanos/thanos:v0.37.1 imagePullPolicy: IfNotPresent securityContext: runAsUser: 1001