diff options
author | makefunstuff <[email protected]> | 2024-06-29 17:10:42 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 17:10:42 +0200 |
commit | 2435ad905abd5c94df2be8dd2f995f0353e0e459 (patch) | |
tree | e3f248c5a20887e93b9d301f8c11a592c461ec51 /tools/loki-promtail/Chart.yaml | |
parent | 085a1e6cab5a79fa533f051b166f3b6bebfb5844 (diff) | |
download | k3s-lab-2435ad905abd5c94df2be8dd2f995f0353e0e459.tar.gz |
eck operator
Diffstat (limited to '')
-rw-r--r-- | tools/loki-promtail/Chart.yaml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/loki-promtail/Chart.yaml b/tools/loki-promtail/Chart.yaml deleted file mode 100644 index 4b039ea..0000000 --- a/tools/loki-promtail/Chart.yaml +++ /dev/null @@ -1,12 +0,0 @@ -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" - |