Skip to content

Commit

Permalink
Bump Tempo version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mibr020 committed Dec 23, 2024
1 parent 5b46540 commit 9ab6ab3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
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.5.0
digest: sha256:258abff7e2eab339f4f395beea6a018efb940af641353cfefe90d50ea569f1f4
generated: "2024-12-19T13:06:18.737206+13: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.2.0"
version: 0.1.2
appVersion: "2.4.0"
dependencies:
- name: tempo-distributed
version: 1.5.0
version: 1.9.0
repository: https://grafana.github.io/helm-charts
Binary file removed tempo/helm/tempo/charts/tempo-distributed-1.5.0.tgz
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.2.0
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.2.0
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

0 comments on commit 9ab6ab3

Please sign in to comment.