Skip to content

Commit 786ff37

Browse files
committed
Make tempo an actual chart dependency
1 parent 67fc4ad commit 786ff37

File tree

5 files changed

+10
-11
lines changed

5 files changed

+10
-11
lines changed

kubernetes/linera-validator/Chart.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

kubernetes/linera-validator/Chart.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
12.2 KB
Binary file not shown.

kubernetes/linera-validator/helmfile.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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" }}

kubernetes/linera-validator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
# ============================================================================

0 commit comments

Comments
 (0)