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: Bump Tempo version to 2.2.0 #925

Closed
wants to merge 2 commits into from
Closed
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
6 changes: 3 additions & 3 deletions tempo/helm/tempo/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: tempo-distributed
repository: https://grafana.github.io/helm-charts
version: 1.4.8
digest: sha256:e9a6535738c045c4213e35a3d82fe4b6fcdaeae61a20428969631bddcff285ca
generated: "2023-07-10T14:45:10.456602+02:00"
version: 1.9.0
digest: sha256:4561d4475a649351bd3a81865fc74d2a605375d9329069b62dc28a01454b3a4b
generated: "2024-12-24T12:37:41.709522+13:00"
6 changes: 3 additions & 3 deletions tempo/helm/tempo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: tempo
description: A Helm chart for Kubernetes
type: application
version: 0.1.1
appVersion: "2.1.1"
version: 0.1.2
appVersion: "2.4.0"
dependencies:
- name: tempo-distributed
version: 1.4.8
version: 1.9.0
repository: https://grafana.github.io/helm-charts
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions tempo/helm/tempo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tempo-distributed:
image:
registry: dkr.plural.sh
repository: tempo/grafana/tempo
tag: 2.1.1
tag: 2.4.0
distributor:
resources:
requests:
Expand All @@ -56,7 +56,7 @@ tempo-distributed:
image:
registry: dkr.plural.sh
repository: tempo/grafana/tempo-query
tag: 2.1.1
tag: 2.4.0
resources:
requests:
cpu: 100m
Expand Down Expand Up @@ -101,7 +101,7 @@ tempo-distributed:
image:
registry: dkr.plural.sh
repository: tempo/library/memcached
tag: 1.5.17-alpine
tag: 1.6.23-alpine
resources: {}
memcachedExporter:
enabled: true
Expand Down
Loading