Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container): update thanos group #1824

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading