We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc9fe6e commit ba27c15Copy full SHA for ba27c15
monitoring/environments/scaleway-parca-demo/main.jsonnet
@@ -75,7 +75,7 @@ local prometheuses = [
75
thanos: {
76
image: 'quay.io/thanos/thanos:%s' % self.version,
77
// renovate: datasource=docker depName=quay.io/thanos/thanos
78
- version: 'v0.36.1',
+ version: 'v0.37.0',
79
objectStorageConfig: {
80
key: 'thanos.yaml',
81
name: 'parca-analytics-objectstorage',
monitoring/lib/kube-thanos.libsonnet
@@ -5,7 +5,7 @@ local commonConfig = {
5
local cfg = self,
6
namespace: 'monitoring',
7
8
9
image: 'quay.io/thanos/thanos:' + cfg.version,
10
imagePullPolicy: 'IfNotPresent',
11
0 commit comments