From 0b4fbcdfbb90876dee799c185335d3db3723c4a1 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sun, 12 Sep 2021 10:13:40 +0200 Subject: [PATCH] chore: move custom-app to stable --- charts/{incubator => stable}/custom-app/.helmignore | 0 charts/{incubator => stable}/custom-app/CHANGELOG.md | 0 charts/{incubator => stable}/custom-app/CONFIG.md | 0 charts/{incubator => stable}/custom-app/Chart.yaml | 2 +- charts/{incubator => stable}/custom-app/README.md | 0 charts/{incubator => stable}/custom-app/SCALE/CHANGELOG.md | 0 charts/{incubator => stable}/custom-app/SCALE/item.yaml | 0 charts/{incubator => stable}/custom-app/SCALE/ix_values.yaml | 0 charts/{incubator => stable}/custom-app/SCALE/questions.yaml | 0 charts/{incubator => stable}/custom-app/app-readme.md | 0 charts/{incubator => stable}/custom-app/helm-values.md | 0 charts/{incubator => stable}/custom-app/templates/common.yaml | 0 charts/{incubator => stable}/custom-app/values.yaml | 0 13 files changed, 1 insertion(+), 1 deletion(-) rename charts/{incubator => stable}/custom-app/.helmignore (100%) rename charts/{incubator => stable}/custom-app/CHANGELOG.md (100%) rename charts/{incubator => stable}/custom-app/CONFIG.md (100%) rename charts/{incubator => stable}/custom-app/Chart.yaml (97%) rename charts/{incubator => stable}/custom-app/README.md (100%) rename charts/{incubator => stable}/custom-app/SCALE/CHANGELOG.md (100%) rename charts/{incubator => stable}/custom-app/SCALE/item.yaml (100%) rename charts/{incubator => stable}/custom-app/SCALE/ix_values.yaml (100%) rename charts/{incubator => stable}/custom-app/SCALE/questions.yaml (100%) rename charts/{incubator => stable}/custom-app/app-readme.md (100%) rename charts/{incubator => stable}/custom-app/helm-values.md (100%) rename charts/{incubator => stable}/custom-app/templates/common.yaml (100%) rename charts/{incubator => stable}/custom-app/values.yaml (100%) diff --git a/charts/incubator/custom-app/.helmignore b/charts/stable/custom-app/.helmignore similarity index 100% rename from charts/incubator/custom-app/.helmignore rename to charts/stable/custom-app/.helmignore diff --git a/charts/incubator/custom-app/CHANGELOG.md b/charts/stable/custom-app/CHANGELOG.md similarity index 100% rename from charts/incubator/custom-app/CHANGELOG.md rename to charts/stable/custom-app/CHANGELOG.md diff --git a/charts/incubator/custom-app/CONFIG.md b/charts/stable/custom-app/CONFIG.md similarity index 100% rename from charts/incubator/custom-app/CONFIG.md rename to charts/stable/custom-app/CONFIG.md diff --git a/charts/incubator/custom-app/Chart.yaml b/charts/stable/custom-app/Chart.yaml similarity index 97% rename from charts/incubator/custom-app/Chart.yaml rename to charts/stable/custom-app/Chart.yaml index 6903d2fb0f8..dff7d2c1cae 100644 --- a/charts/incubator/custom-app/Chart.yaml +++ b/charts/stable/custom-app/Chart.yaml @@ -19,4 +19,4 @@ name: custom-app sources: - https://github.com/truecharts/apps/tree/master/charts/stable/custom-app type: application -version: 0.2.21 +version: 0.2.22 diff --git a/charts/incubator/custom-app/README.md b/charts/stable/custom-app/README.md similarity index 100% rename from charts/incubator/custom-app/README.md rename to charts/stable/custom-app/README.md diff --git a/charts/incubator/custom-app/SCALE/CHANGELOG.md b/charts/stable/custom-app/SCALE/CHANGELOG.md similarity index 100% rename from charts/incubator/custom-app/SCALE/CHANGELOG.md rename to charts/stable/custom-app/SCALE/CHANGELOG.md diff --git a/charts/incubator/custom-app/SCALE/item.yaml b/charts/stable/custom-app/SCALE/item.yaml similarity index 100% rename from charts/incubator/custom-app/SCALE/item.yaml rename to charts/stable/custom-app/SCALE/item.yaml diff --git a/charts/incubator/custom-app/SCALE/ix_values.yaml b/charts/stable/custom-app/SCALE/ix_values.yaml similarity index 100% rename from charts/incubator/custom-app/SCALE/ix_values.yaml rename to charts/stable/custom-app/SCALE/ix_values.yaml diff --git a/charts/incubator/custom-app/SCALE/questions.yaml b/charts/stable/custom-app/SCALE/questions.yaml similarity index 100% rename from charts/incubator/custom-app/SCALE/questions.yaml rename to charts/stable/custom-app/SCALE/questions.yaml diff --git a/charts/incubator/custom-app/app-readme.md b/charts/stable/custom-app/app-readme.md similarity index 100% rename from charts/incubator/custom-app/app-readme.md rename to charts/stable/custom-app/app-readme.md diff --git a/charts/incubator/custom-app/helm-values.md b/charts/stable/custom-app/helm-values.md similarity index 100% rename from charts/incubator/custom-app/helm-values.md rename to charts/stable/custom-app/helm-values.md diff --git a/charts/incubator/custom-app/templates/common.yaml b/charts/stable/custom-app/templates/common.yaml similarity index 100% rename from charts/incubator/custom-app/templates/common.yaml rename to charts/stable/custom-app/templates/common.yaml diff --git a/charts/incubator/custom-app/values.yaml b/charts/stable/custom-app/values.yaml similarity index 100% rename from charts/incubator/custom-app/values.yaml rename to charts/stable/custom-app/values.yaml