Skip to content

Commit

Permalink
build(deps): update quay.io/thanos/thanos docker tag to v0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent c737f9f commit b48be42
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.0',
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.0',
image: 'quay.io/thanos/thanos:' + cfg.version,
imagePullPolicy: 'IfNotPresent',
objectStorageConfig: {
Expand Down

0 comments on commit b48be42

Please sign in to comment.