Skip to content

Commit ba27c15

Browse files
build(deps): update quay.io/thanos/thanos docker tag to v0.37.0
1 parent bc9fe6e commit ba27c15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

monitoring/environments/scaleway-parca-demo/main.jsonnet

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ local prometheuses = [
7575
thanos: {
7676
image: 'quay.io/thanos/thanos:%s' % self.version,
7777
// renovate: datasource=docker depName=quay.io/thanos/thanos
78-
version: 'v0.36.1',
78+
version: 'v0.37.0',
7979
objectStorageConfig: {
8080
key: 'thanos.yaml',
8181
name: 'parca-analytics-objectstorage',

monitoring/lib/kube-thanos.libsonnet

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ local commonConfig = {
55
local cfg = self,
66
namespace: 'monitoring',
77
// renovate: datasource=docker depName=quay.io/thanos/thanos
8-
version: 'v0.36.1',
8+
version: 'v0.37.0',
99
image: 'quay.io/thanos/thanos:' + cfg.version,
1010
imagePullPolicy: 'IfNotPresent',
1111
objectStorageConfig: {

0 commit comments

Comments
 (0)