From 70a8c38d0658597252a974c97451ecc250582e4e Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Tue, 23 Nov 2021 16:24:22 +0100 Subject: [PATCH] chore(loki): move loki to stable --- charts/{incubator => stable}/loki/.helmignore | 0 charts/{incubator => stable}/loki/CHANGELOG.md | 0 charts/{incubator => stable}/loki/CONFIG.md | 0 charts/{incubator => stable}/loki/Chart.yaml | 2 +- charts/{incubator => stable}/loki/README.md | 0 charts/{incubator => stable}/loki/helm-values.md | 0 charts/{incubator => stable}/loki/questions.yaml | 0 charts/{incubator => stable}/loki/templates/_helpers.tpl | 0 charts/{incubator => stable}/loki/templates/common.yaml | 0 .../{incubator => stable}/loki/templates/configmap-alert.yaml | 0 charts/{incubator => stable}/loki/templates/secret.yaml | 0 charts/{incubator => stable}/loki/values.yaml | 0 12 files changed, 1 insertion(+), 1 deletion(-) rename charts/{incubator => stable}/loki/.helmignore (100%) rename charts/{incubator => stable}/loki/CHANGELOG.md (100%) rename charts/{incubator => stable}/loki/CONFIG.md (100%) rename charts/{incubator => stable}/loki/Chart.yaml (98%) rename charts/{incubator => stable}/loki/README.md (100%) rename charts/{incubator => stable}/loki/helm-values.md (100%) rename charts/{incubator => stable}/loki/questions.yaml (100%) rename charts/{incubator => stable}/loki/templates/_helpers.tpl (100%) rename charts/{incubator => stable}/loki/templates/common.yaml (100%) rename charts/{incubator => stable}/loki/templates/configmap-alert.yaml (100%) rename charts/{incubator => stable}/loki/templates/secret.yaml (100%) rename charts/{incubator => stable}/loki/values.yaml (100%) diff --git a/charts/incubator/loki/.helmignore b/charts/stable/loki/.helmignore similarity index 100% rename from charts/incubator/loki/.helmignore rename to charts/stable/loki/.helmignore diff --git a/charts/incubator/loki/CHANGELOG.md b/charts/stable/loki/CHANGELOG.md similarity index 100% rename from charts/incubator/loki/CHANGELOG.md rename to charts/stable/loki/CHANGELOG.md diff --git a/charts/incubator/loki/CONFIG.md b/charts/stable/loki/CONFIG.md similarity index 100% rename from charts/incubator/loki/CONFIG.md rename to charts/stable/loki/CONFIG.md diff --git a/charts/incubator/loki/Chart.yaml b/charts/stable/loki/Chart.yaml similarity index 98% rename from charts/incubator/loki/Chart.yaml rename to charts/stable/loki/Chart.yaml index e2dde61bf88..a5495ecc746 100644 --- a/charts/incubator/loki/Chart.yaml +++ b/charts/stable/loki/Chart.yaml @@ -23,7 +23,7 @@ name: loki sources: - https://github.com/grafana/loki type: application -version: 1.0.3 +version: 1.0.4 annotations: truecharts.org/catagories: | - logs diff --git a/charts/incubator/loki/README.md b/charts/stable/loki/README.md similarity index 100% rename from charts/incubator/loki/README.md rename to charts/stable/loki/README.md diff --git a/charts/incubator/loki/helm-values.md b/charts/stable/loki/helm-values.md similarity index 100% rename from charts/incubator/loki/helm-values.md rename to charts/stable/loki/helm-values.md diff --git a/charts/incubator/loki/questions.yaml b/charts/stable/loki/questions.yaml similarity index 100% rename from charts/incubator/loki/questions.yaml rename to charts/stable/loki/questions.yaml diff --git a/charts/incubator/loki/templates/_helpers.tpl b/charts/stable/loki/templates/_helpers.tpl similarity index 100% rename from charts/incubator/loki/templates/_helpers.tpl rename to charts/stable/loki/templates/_helpers.tpl diff --git a/charts/incubator/loki/templates/common.yaml b/charts/stable/loki/templates/common.yaml similarity index 100% rename from charts/incubator/loki/templates/common.yaml rename to charts/stable/loki/templates/common.yaml diff --git a/charts/incubator/loki/templates/configmap-alert.yaml b/charts/stable/loki/templates/configmap-alert.yaml similarity index 100% rename from charts/incubator/loki/templates/configmap-alert.yaml rename to charts/stable/loki/templates/configmap-alert.yaml diff --git a/charts/incubator/loki/templates/secret.yaml b/charts/stable/loki/templates/secret.yaml similarity index 100% rename from charts/incubator/loki/templates/secret.yaml rename to charts/stable/loki/templates/secret.yaml diff --git a/charts/incubator/loki/values.yaml b/charts/stable/loki/values.yaml similarity index 100% rename from charts/incubator/loki/values.yaml rename to charts/stable/loki/values.yaml