From 7b9e8eaa5a23fcf08ab60274c2db7f55a146ff36 Mon Sep 17 00:00:00 2001 From: Vladimir Pouzanov Date: Mon, 8 Jul 2024 10:14:39 +0000 Subject: [PATCH] grafana/tempo: init at 1.10.0 --- charts/grafana/tempo/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 charts/grafana/tempo/default.nix diff --git a/charts/grafana/tempo/default.nix b/charts/grafana/tempo/default.nix new file mode 100644 index 0000000..b951589 --- /dev/null +++ b/charts/grafana/tempo/default.nix @@ -0,0 +1,6 @@ +{ + repo = "https://grafana.github.io/helm-charts/"; + chart = "tempo"; + version = "1.10.0"; + chartHash = "sha256-1WnBG0+cBZ9pyh27NWeXbDjAxNNDbOjz1FeCr/2DW9o="; +}