File tree Expand file tree Collapse file tree 5 files changed +10
-11
lines changed
kubernetes/linera-validator Expand file tree Collapse file tree 5 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -11,5 +11,8 @@ dependencies:
1111- name: alloy
1212 repository: https://grafana.github.io/helm-charts
1313 version: 1.3.1
14- digest: sha256:295a8fc7b332a0b3c3223c2192ee1dbff016f8707760c5b4b22d76403d6d7af4
15- generated: "2025-10-28T00:45:17.142689-03:00"
14+ - name: tempo
15+ repository: https://grafana.github.io/helm-charts
16+ version: 1.23.3
17+ digest: sha256:c509f1736d79b57ac4e9be1f44b22e910535fbfd53c6f3d93fa7816dee29a553
18+ generated: "2025-11-27T12:19:27.820199-03:00"
Original file line number Diff line number Diff line change @@ -41,3 +41,7 @@ dependencies:
4141 version : " 1.3.1"
4242 repository : " https://grafana.github.io/helm-charts"
4343 condition : alloy.enabled
44+ - name : tempo
45+ version : " 1.23.3"
46+ repository : " https://grafana.github.io/helm-charts"
47+ condition : tempo.enabled
Original file line number Diff line number Diff line change @@ -177,11 +177,3 @@ releases:
177177 set :
178178 - name : crds.enabled
179179 value : " true"
180- - name : tempo
181- version : 1.23.3
182- namespace : tempo
183- chart : grafana/tempo
184- timeout : 900
185- installed : {{ env "LINERA_HELMFILE_SET_TEMPO_ENABLED" | default "false" }}
186- values :
187- - {{ env "LINERA_HELMFILE_VALUES_LINERA_CORE" | default "values-local.yaml.gotmpl" }}
Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ otelCollector:
333333 effect : NoSchedule
334334
335335 # Tempo endpoint (where Tier 2 exports to)
336- tempoEndpoint : " tempo.tempo .svc.cluster.local:4317"
336+ tempoEndpoint : " linera-core- tempo.default .svc.cluster.local:4317"
337337 tempoInsecure : true
338338
339339# ============================================================================
You can’t perform that action at this time.
0 commit comments