From 500dae93c17b6e2160e44bf9cb43d703f5fbc32d Mon Sep 17 00:00:00 2001 From: Ashwani Singh Date: Tue, 3 Sep 2024 09:33:35 +0530 Subject: [PATCH] Restructure loki helm chart dir --- .../{ => examples}/distributed/values.yaml | 0 .../loki/{ => examples}/scalable/values.yaml | 0 charts/loki/scalable/Chart.lock | 9 --------- charts/loki/scalable/Chart.yaml | 19 ------------------- 4 files changed, 28 deletions(-) rename charts/loki/{ => examples}/distributed/values.yaml (100%) rename charts/loki/{ => examples}/scalable/values.yaml (100%) delete mode 100644 charts/loki/scalable/Chart.lock delete mode 100644 charts/loki/scalable/Chart.yaml diff --git a/charts/loki/distributed/values.yaml b/charts/loki/examples/distributed/values.yaml similarity index 100% rename from charts/loki/distributed/values.yaml rename to charts/loki/examples/distributed/values.yaml diff --git a/charts/loki/scalable/values.yaml b/charts/loki/examples/scalable/values.yaml similarity index 100% rename from charts/loki/scalable/values.yaml rename to charts/loki/examples/scalable/values.yaml diff --git a/charts/loki/scalable/Chart.lock b/charts/loki/scalable/Chart.lock deleted file mode 100644 index 1223d25c..00000000 --- a/charts/loki/scalable/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: loki - repository: https://grafana.github.io/helm-charts - version: 6.7.3 -- name: promtail - repository: https://grafana.github.io/helm-charts - version: 6.16.4 -digest: sha256:e2862ad61dc8ef8b2c579ea62e4e80f5bdeeb4f178f2b7f6654076632eccbb40 -generated: "2024-08-01T10:08:34.492754+05:30" diff --git a/charts/loki/scalable/Chart.yaml b/charts/loki/scalable/Chart.yaml deleted file mode 100644 index 0ffe053c..00000000 --- a/charts/loki/scalable/Chart.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: v2 -name: loki -description: A Helm chart for Simple Scalable loki -type: application -version: 0.1.0 -appVersion: 1.0.0 -dependencies: - - name: loki - version: 6.7.3 - repository: https://grafana.github.io/helm-charts - alias: logging - tags: - - logging - - name: promtail - version: 6.16.4 - repository: https://grafana.github.io/helm-charts - alias: promtail - tags: - - logging