Skip to content

Commit

Permalink
build(deps): update quay.io/thanos/thanos docker tag to v0.37.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 14, 2025
1 parent 9431f21 commit 7fa760a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion monitoring/environments/scaleway-parca-demo/main.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ local prometheuses = [
thanos: {
image: 'quay.io/thanos/thanos:%s' % self.version,
// renovate: datasource=docker depName=quay.io/thanos/thanos
version: 'v0.36.1',
version: 'v0.37.2',
objectStorageConfig: {
key: 'thanos.yaml',
name: 'parca-analytics-objectstorage',
Expand Down
2 changes: 1 addition & 1 deletion monitoring/lib/kube-thanos.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local commonConfig = {
local cfg = self,
namespace: 'monitoring',
// renovate: datasource=docker depName=quay.io/thanos/thanos
version: 'v0.36.1',
version: 'v0.37.2',
image: 'quay.io/thanos/thanos:' + cfg.version,
imagePullPolicy: 'IfNotPresent',
objectStorageConfig: {
Expand Down

0 comments on commit 7fa760a

Please sign in to comment.