diff options
author | makefunstuff <[email protected]> | 2024-06-29 14:24:57 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 14:24:57 +0200 |
commit | 121f15a9337f81efe11c2532df0ab0f4067a63e1 (patch) | |
tree | 7a2d4b9c8e5f63e0c8e3380d8f51b741b5bbfa77 /tools/loki-promtail/Chart.yaml | |
parent | 317fd9ffab1c3d9a00a75fe26249d29fd14786e8 (diff) | |
download | k3s-lab-121f15a9337f81efe11c2532df0ab0f4067a63e1.tar.gz |
loki ftw
Diffstat (limited to 'tools/loki-promtail/Chart.yaml')
-rw-r--r-- | tools/loki-promtail/Chart.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/loki-promtail/Chart.yaml b/tools/loki-promtail/Chart.yaml new file mode 100644 index 0000000..4b039ea --- /dev/null +++ b/tools/loki-promtail/Chart.yaml @@ -0,0 +1,12 @@ +apiVersion: v2 +name: loki-promtail +description: A Helm chart for deploying Loki and Promtail +version: 0.1.0 +dependencies: + - name: loki + version: 6.6.4 + repository: "https://grafana.github.io/helm-charts" + - name: promtail + version: 6.16.2 + repository: "https://grafana.github.io/helm-charts" + |