Skip to content

Commit

Permalink
feat(container): update thanos group
Browse files Browse the repository at this point in the history
| datasource      | package                                   | from    | to      |
| --------------- | ----------------------------------------- | ------- | ------- |
| docker          | quay.io/thanos/thanos                     | v0.33.0 | v0.37.2 |
| docker          | registry-1.docker.io/bitnamicharts/thanos | 12.20.1 | 12.23.1 |
| github-releases | thanos-io/thanos                          | v0.33.0 | v0.37.2 |
  • Loading branch information
wyoa-bot[bot] authored Dec 26, 2024
1 parent 63d81f2 commit 0a18cf8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions cluster/apps/monitoring/grafana/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,29 +246,29 @@ spec:

thanos:
bucket-replicate:
url: https://raw.githubusercontent.com/thanos-io/thanos/v0.33.0/examples/dashboards/bucket-replicate.json
url: https://raw.githubusercontent.com/thanos-io/thanos/v0.37.2/examples/dashboards/bucket-replicate.json
datasource: Prometheus
compact:
url: https://raw.githubusercontent.com/thanos-io/thanos/v0.33.0/examples/dashboards/compact.json
url: https://raw.githubusercontent.com/thanos-io/thanos/v0.37.2/examples/dashboards/compact.json
datasource: Prometheus
overview:
url: https://raw.githubusercontent.com/thanos-io/thanos/v0.33.0/examples/dashboards/overview.json
url: https://raw.githubusercontent.com/thanos-io/thanos/v0.37.2/examples/dashboards/overview.json
datasource: Prometheus
query:
url: https://raw.githubusercontent.com/thanos-io/thanos/v0.33.0/examples/dashboards/query.json
url: https://raw.githubusercontent.com/thanos-io/thanos/v0.37.2/examples/dashboards/query.json
datasource: Prometheus
query-frontend:
url: https://raw.githubusercontent.com/thanos-io/thanos/v0.33.0/examples/dashboards/query-frontend.json
url: https://raw.githubusercontent.com/thanos-io/thanos/v0.37.2/examples/dashboards/query-frontend.json
datasource: Prometheus
receive:
url: https://raw.githubusercontent.com/thanos-io/thanos/v0.33.0/examples/dashboards/receive.json
url: https://raw.githubusercontent.com/thanos-io/thanos/v0.37.2/examples/dashboards/receive.json
datasource: Prometheus
rule:
url: https://raw.githubusercontent.com/thanos-io/thanos/v0.33.0/examples/dashboards/rule.json
url: https://raw.githubusercontent.com/thanos-io/thanos/v0.37.2/examples/dashboards/rule.json
datasource: Prometheus
sidecar:
url: https://raw.githubusercontent.com/thanos-io/thanos/v0.33.0/examples/dashboards/sidecar.json
url: https://raw.githubusercontent.com/thanos-io/thanos/v0.37.2/examples/dashboards/sidecar.json
datasource: Prometheus
store:
url: https://raw.githubusercontent.com/thanos-io/thanos/v0.33.0/examples/dashboards/store.json
url: https://raw.githubusercontent.com/thanos-io/thanos/v0.37.2/examples/dashboards/store.json
datasource: Prometheus
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ spec:
resources: {}
thanosImage:
repository: quay.io/thanos/thanos
tag: v0.33.0
tag: v0.37.2

prometheus:
thanosService:
Expand All @@ -180,7 +180,7 @@ spec:
requests:
storage: 10Gi
thanos:
image: quay.io/thanos/thanos:v0.33.0
image: quay.io/thanos/thanos:v0.37.2
objectStorageConfig:
name: thanos-objstore
key: objstore.yml
Expand Down
4 changes: 2 additions & 2 deletions cluster/apps/monitoring/thanos/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: thanos
version: 12.20.1
version: 12.23.1
sourceRef:
kind: HelmRepository
name: bitnami
Expand All @@ -28,7 +28,7 @@ spec:
image:
registry: quay.io
repository: thanos/thanos
tag: v0.33.0
tag: v0.37.2
query:
enabled: true
replicaLabel:
Expand Down

0 comments on commit 0a18cf8

Please sign in to comment.