From f29acef513ee69f8679061ab04f9b2b93714c0de Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Thu, 25 Nov 2021 00:03:30 +0100 Subject: [PATCH] chore(promcord): move promcord to stable --- charts/{incubator => stable}/promcord/.helmignore | 0 charts/{incubator => stable}/promcord/CHANGELOG.md | 0 charts/{incubator => stable}/promcord/CONFIG.md | 0 charts/{incubator => stable}/promcord/Chart.yaml | 2 +- charts/{incubator => stable}/promcord/README.md | 0 charts/{incubator => stable}/promcord/ci/no-values.yaml | 0 charts/{incubator => stable}/promcord/helm-values.md | 0 charts/{incubator => stable}/promcord/questions.yaml | 0 charts/{incubator => stable}/promcord/templates/common.yaml | 0 .../promcord/templates/prometheusrules.yaml | 0 .../promcord/templates/servicemonitor.yaml | 0 charts/{incubator => stable}/promcord/values.yaml | 0 12 files changed, 1 insertion(+), 1 deletion(-) rename charts/{incubator => stable}/promcord/.helmignore (100%) rename charts/{incubator => stable}/promcord/CHANGELOG.md (100%) rename charts/{incubator => stable}/promcord/CONFIG.md (100%) rename charts/{incubator => stable}/promcord/Chart.yaml (98%) rename charts/{incubator => stable}/promcord/README.md (100%) rename charts/{incubator => stable}/promcord/ci/no-values.yaml (100%) rename charts/{incubator => stable}/promcord/helm-values.md (100%) rename charts/{incubator => stable}/promcord/questions.yaml (100%) rename charts/{incubator => stable}/promcord/templates/common.yaml (100%) rename charts/{incubator => stable}/promcord/templates/prometheusrules.yaml (100%) rename charts/{incubator => stable}/promcord/templates/servicemonitor.yaml (100%) rename charts/{incubator => stable}/promcord/values.yaml (100%) diff --git a/charts/incubator/promcord/.helmignore b/charts/stable/promcord/.helmignore similarity index 100% rename from charts/incubator/promcord/.helmignore rename to charts/stable/promcord/.helmignore diff --git a/charts/incubator/promcord/CHANGELOG.md b/charts/stable/promcord/CHANGELOG.md similarity index 100% rename from charts/incubator/promcord/CHANGELOG.md rename to charts/stable/promcord/CHANGELOG.md diff --git a/charts/incubator/promcord/CONFIG.md b/charts/stable/promcord/CONFIG.md similarity index 100% rename from charts/incubator/promcord/CONFIG.md rename to charts/stable/promcord/CONFIG.md diff --git a/charts/incubator/promcord/Chart.yaml b/charts/stable/promcord/Chart.yaml similarity index 98% rename from charts/incubator/promcord/Chart.yaml rename to charts/stable/promcord/Chart.yaml index 5d8f32a3305..268d44d8011 100644 --- a/charts/incubator/promcord/Chart.yaml +++ b/charts/stable/promcord/Chart.yaml @@ -21,7 +21,7 @@ name: promcord sources: - https://github.com/nimarion/promcord type: application -version: 0.0.2 +version: 1.0.0 annotations: truecharts.org/catagories: | - metrics diff --git a/charts/incubator/promcord/README.md b/charts/stable/promcord/README.md similarity index 100% rename from charts/incubator/promcord/README.md rename to charts/stable/promcord/README.md diff --git a/charts/incubator/promcord/ci/no-values.yaml b/charts/stable/promcord/ci/no-values.yaml similarity index 100% rename from charts/incubator/promcord/ci/no-values.yaml rename to charts/stable/promcord/ci/no-values.yaml diff --git a/charts/incubator/promcord/helm-values.md b/charts/stable/promcord/helm-values.md similarity index 100% rename from charts/incubator/promcord/helm-values.md rename to charts/stable/promcord/helm-values.md diff --git a/charts/incubator/promcord/questions.yaml b/charts/stable/promcord/questions.yaml similarity index 100% rename from charts/incubator/promcord/questions.yaml rename to charts/stable/promcord/questions.yaml diff --git a/charts/incubator/promcord/templates/common.yaml b/charts/stable/promcord/templates/common.yaml similarity index 100% rename from charts/incubator/promcord/templates/common.yaml rename to charts/stable/promcord/templates/common.yaml diff --git a/charts/incubator/promcord/templates/prometheusrules.yaml b/charts/stable/promcord/templates/prometheusrules.yaml similarity index 100% rename from charts/incubator/promcord/templates/prometheusrules.yaml rename to charts/stable/promcord/templates/prometheusrules.yaml diff --git a/charts/incubator/promcord/templates/servicemonitor.yaml b/charts/stable/promcord/templates/servicemonitor.yaml similarity index 100% rename from charts/incubator/promcord/templates/servicemonitor.yaml rename to charts/stable/promcord/templates/servicemonitor.yaml diff --git a/charts/incubator/promcord/values.yaml b/charts/stable/promcord/values.yaml similarity index 100% rename from charts/incubator/promcord/values.yaml rename to charts/stable/promcord/values.yaml