From 58eff1d66b48e77bc2dd9af3da66d5006abef243 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Mon, 6 Sep 2021 19:31:01 +0200 Subject: [PATCH] move sogo back to incubator --- charts/{stable => incubator}/sogo/.helmignore | 0 charts/{stable => incubator}/sogo/CONFIG.md | 0 charts/{stable => incubator}/sogo/Chart.yaml | 0 charts/{stable => incubator}/sogo/README.md | 0 charts/{stable => incubator}/sogo/SCALE/item.yaml | 0 charts/{stable => incubator}/sogo/SCALE/ix_values.yaml | 0 charts/{stable => incubator}/sogo/SCALE/questions.yaml | 0 charts/{stable => incubator}/sogo/app-readme.md | 0 charts/{stable => incubator}/sogo/helm-values.md | 0 charts/{stable => incubator}/sogo/templates/_config.tpl | 0 charts/{stable => incubator}/sogo/templates/common.yaml | 0 charts/{stable => incubator}/sogo/values.yaml | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename charts/{stable => incubator}/sogo/.helmignore (100%) rename charts/{stable => incubator}/sogo/CONFIG.md (100%) rename charts/{stable => incubator}/sogo/Chart.yaml (100%) rename charts/{stable => incubator}/sogo/README.md (100%) rename charts/{stable => incubator}/sogo/SCALE/item.yaml (100%) rename charts/{stable => incubator}/sogo/SCALE/ix_values.yaml (100%) rename charts/{stable => incubator}/sogo/SCALE/questions.yaml (100%) rename charts/{stable => incubator}/sogo/app-readme.md (100%) rename charts/{stable => incubator}/sogo/helm-values.md (100%) rename charts/{stable => incubator}/sogo/templates/_config.tpl (100%) rename charts/{stable => incubator}/sogo/templates/common.yaml (100%) rename charts/{stable => incubator}/sogo/values.yaml (100%) diff --git a/charts/stable/sogo/.helmignore b/charts/incubator/sogo/.helmignore similarity index 100% rename from charts/stable/sogo/.helmignore rename to charts/incubator/sogo/.helmignore diff --git a/charts/stable/sogo/CONFIG.md b/charts/incubator/sogo/CONFIG.md similarity index 100% rename from charts/stable/sogo/CONFIG.md rename to charts/incubator/sogo/CONFIG.md diff --git a/charts/stable/sogo/Chart.yaml b/charts/incubator/sogo/Chart.yaml similarity index 100% rename from charts/stable/sogo/Chart.yaml rename to charts/incubator/sogo/Chart.yaml diff --git a/charts/stable/sogo/README.md b/charts/incubator/sogo/README.md similarity index 100% rename from charts/stable/sogo/README.md rename to charts/incubator/sogo/README.md diff --git a/charts/stable/sogo/SCALE/item.yaml b/charts/incubator/sogo/SCALE/item.yaml similarity index 100% rename from charts/stable/sogo/SCALE/item.yaml rename to charts/incubator/sogo/SCALE/item.yaml diff --git a/charts/stable/sogo/SCALE/ix_values.yaml b/charts/incubator/sogo/SCALE/ix_values.yaml similarity index 100% rename from charts/stable/sogo/SCALE/ix_values.yaml rename to charts/incubator/sogo/SCALE/ix_values.yaml diff --git a/charts/stable/sogo/SCALE/questions.yaml b/charts/incubator/sogo/SCALE/questions.yaml similarity index 100% rename from charts/stable/sogo/SCALE/questions.yaml rename to charts/incubator/sogo/SCALE/questions.yaml diff --git a/charts/stable/sogo/app-readme.md b/charts/incubator/sogo/app-readme.md similarity index 100% rename from charts/stable/sogo/app-readme.md rename to charts/incubator/sogo/app-readme.md diff --git a/charts/stable/sogo/helm-values.md b/charts/incubator/sogo/helm-values.md similarity index 100% rename from charts/stable/sogo/helm-values.md rename to charts/incubator/sogo/helm-values.md diff --git a/charts/stable/sogo/templates/_config.tpl b/charts/incubator/sogo/templates/_config.tpl similarity index 100% rename from charts/stable/sogo/templates/_config.tpl rename to charts/incubator/sogo/templates/_config.tpl diff --git a/charts/stable/sogo/templates/common.yaml b/charts/incubator/sogo/templates/common.yaml similarity index 100% rename from charts/stable/sogo/templates/common.yaml rename to charts/incubator/sogo/templates/common.yaml diff --git a/charts/stable/sogo/values.yaml b/charts/incubator/sogo/values.yaml similarity index 100% rename from charts/stable/sogo/values.yaml rename to charts/incubator/sogo/values.yaml