Skip to content
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
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.5.0
digest: sha256:258abff7e2eab339f4f395beea6a018efb940af641353cfefe90d50ea569f1f4
generated: "2024-12-24T13:03:02.761206+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.2.0"
dependencies:
- name: tempo-distributed
version: 1.4.8
version: 1.5.0
repository: https://grafana.github.io/helm-charts
Binary file not shown.
4 changes: 2 additions & 2 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.2.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.2.0
resources:
requests:
cpu: 100m
Expand Down
Loading