From d6cecca0db15b1da909351fa32eb1ac1cf7477ca Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Mon, 6 Sep 2021 15:31:06 +0200 Subject: [PATCH] Push SOGO to stable --- charts/incubator/sogo/SCALE/item.yaml | 3 --- charts/{incubator => stable}/sogo/.helmignore | 0 charts/{incubator => stable}/sogo/CONFIG.md | 0 charts/{incubator => stable}/sogo/Chart.yaml | 4 ++-- charts/{incubator => stable}/sogo/README.md | 0 charts/stable/sogo/SCALE/item.yaml | 3 +++ charts/{incubator => stable}/sogo/SCALE/ix_values.yaml | 0 charts/{incubator => stable}/sogo/SCALE/questions.yaml | 0 charts/{incubator => stable}/sogo/app-readme.md | 0 charts/{incubator => stable}/sogo/helm-values.md | 0 charts/{incubator => stable}/sogo/templates/_config.tpl | 0 charts/{incubator => stable}/sogo/templates/common.yaml | 0 charts/{incubator => stable}/sogo/values.yaml | 0 13 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 charts/incubator/sogo/SCALE/item.yaml rename charts/{incubator => stable}/sogo/.helmignore (100%) rename charts/{incubator => stable}/sogo/CONFIG.md (100%) rename charts/{incubator => stable}/sogo/Chart.yaml (90%) rename charts/{incubator => stable}/sogo/README.md (100%) create mode 100644 charts/stable/sogo/SCALE/item.yaml rename charts/{incubator => stable}/sogo/SCALE/ix_values.yaml (100%) rename charts/{incubator => stable}/sogo/SCALE/questions.yaml (100%) rename charts/{incubator => stable}/sogo/app-readme.md (100%) rename charts/{incubator => stable}/sogo/helm-values.md (100%) rename charts/{incubator => stable}/sogo/templates/_config.tpl (100%) rename charts/{incubator => stable}/sogo/templates/common.yaml (100%) rename charts/{incubator => stable}/sogo/values.yaml (100%) diff --git a/charts/incubator/sogo/SCALE/item.yaml b/charts/incubator/sogo/SCALE/item.yaml deleted file mode 100644 index d656f47b6c3..00000000000 --- a/charts/incubator/sogo/SCALE/item.yaml +++ /dev/null @@ -1,3 +0,0 @@ -categories: - - groupware -icon_url: https://truecharts.org/_static/sogo-icon.png diff --git a/charts/incubator/sogo/.helmignore b/charts/stable/sogo/.helmignore similarity index 100% rename from charts/incubator/sogo/.helmignore rename to charts/stable/sogo/.helmignore diff --git a/charts/incubator/sogo/CONFIG.md b/charts/stable/sogo/CONFIG.md similarity index 100% rename from charts/incubator/sogo/CONFIG.md rename to charts/stable/sogo/CONFIG.md diff --git a/charts/incubator/sogo/Chart.yaml b/charts/stable/sogo/Chart.yaml similarity index 90% rename from charts/incubator/sogo/Chart.yaml rename to charts/stable/sogo/Chart.yaml index 56c505e64e8..c72d378af9a 100644 --- a/charts/incubator/sogo/Chart.yaml +++ b/charts/stable/sogo/Chart.yaml @@ -15,7 +15,7 @@ dependencies: deprecated: false description: Groupware package home: https://github.com/truecharts/apps/tree/master/charts/stable/sogo -icon: https://truecharts.org/_static/sogo-icon.png +icon: https://truecharts.org/_static/img/sogo-icon.png keywords: - groupware kubeVersion: '>=1.16.0-0' @@ -27,4 +27,4 @@ name: sogo sources: - https://www.sogo.nu/ type: application -version: 0.0.4 +version: 1.0.0 diff --git a/charts/incubator/sogo/README.md b/charts/stable/sogo/README.md similarity index 100% rename from charts/incubator/sogo/README.md rename to charts/stable/sogo/README.md diff --git a/charts/stable/sogo/SCALE/item.yaml b/charts/stable/sogo/SCALE/item.yaml new file mode 100644 index 00000000000..b94199d420f --- /dev/null +++ b/charts/stable/sogo/SCALE/item.yaml @@ -0,0 +1,3 @@ +categories: + - groupware +icon_url: https://truecharts.org/_static/img/sogo-icon.png diff --git a/charts/incubator/sogo/SCALE/ix_values.yaml b/charts/stable/sogo/SCALE/ix_values.yaml similarity index 100% rename from charts/incubator/sogo/SCALE/ix_values.yaml rename to charts/stable/sogo/SCALE/ix_values.yaml diff --git a/charts/incubator/sogo/SCALE/questions.yaml b/charts/stable/sogo/SCALE/questions.yaml similarity index 100% rename from charts/incubator/sogo/SCALE/questions.yaml rename to charts/stable/sogo/SCALE/questions.yaml diff --git a/charts/incubator/sogo/app-readme.md b/charts/stable/sogo/app-readme.md similarity index 100% rename from charts/incubator/sogo/app-readme.md rename to charts/stable/sogo/app-readme.md diff --git a/charts/incubator/sogo/helm-values.md b/charts/stable/sogo/helm-values.md similarity index 100% rename from charts/incubator/sogo/helm-values.md rename to charts/stable/sogo/helm-values.md diff --git a/charts/incubator/sogo/templates/_config.tpl b/charts/stable/sogo/templates/_config.tpl similarity index 100% rename from charts/incubator/sogo/templates/_config.tpl rename to charts/stable/sogo/templates/_config.tpl diff --git a/charts/incubator/sogo/templates/common.yaml b/charts/stable/sogo/templates/common.yaml similarity index 100% rename from charts/incubator/sogo/templates/common.yaml rename to charts/stable/sogo/templates/common.yaml diff --git a/charts/incubator/sogo/values.yaml b/charts/stable/sogo/values.yaml similarity index 100% rename from charts/incubator/sogo/values.yaml rename to charts/stable/sogo/values.yaml