From 792f1e98eb4ba4e9e9fcad049b494c65341d228d Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sat, 7 May 2022 19:03:22 +0300 Subject: [PATCH] chore(ghost): move to incubator, because upstream does not support mariadb (#2631) --- charts/{stable => incubator}/ghost/CHANGELOG.md | 0 charts/{stable => incubator}/ghost/CONFIG.md | 0 charts/{stable => incubator}/ghost/Chart.yaml | 0 charts/{stable => incubator}/ghost/README.md | 0 charts/{stable => incubator}/ghost/helm-values.md | 0 charts/{stable => incubator}/ghost/questions.yaml | 0 charts/{stable => incubator}/ghost/security.md | 0 charts/{stable => incubator}/ghost/templates/common.yaml | 0 charts/{stable => incubator}/ghost/values.yaml | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename charts/{stable => incubator}/ghost/CHANGELOG.md (100%) rename charts/{stable => incubator}/ghost/CONFIG.md (100%) rename charts/{stable => incubator}/ghost/Chart.yaml (100%) rename charts/{stable => incubator}/ghost/README.md (100%) rename charts/{stable => incubator}/ghost/helm-values.md (100%) rename charts/{stable => incubator}/ghost/questions.yaml (100%) rename charts/{stable => incubator}/ghost/security.md (100%) rename charts/{stable => incubator}/ghost/templates/common.yaml (100%) rename charts/{stable => incubator}/ghost/values.yaml (100%) diff --git a/charts/stable/ghost/CHANGELOG.md b/charts/incubator/ghost/CHANGELOG.md similarity index 100% rename from charts/stable/ghost/CHANGELOG.md rename to charts/incubator/ghost/CHANGELOG.md diff --git a/charts/stable/ghost/CONFIG.md b/charts/incubator/ghost/CONFIG.md similarity index 100% rename from charts/stable/ghost/CONFIG.md rename to charts/incubator/ghost/CONFIG.md diff --git a/charts/stable/ghost/Chart.yaml b/charts/incubator/ghost/Chart.yaml similarity index 100% rename from charts/stable/ghost/Chart.yaml rename to charts/incubator/ghost/Chart.yaml diff --git a/charts/stable/ghost/README.md b/charts/incubator/ghost/README.md similarity index 100% rename from charts/stable/ghost/README.md rename to charts/incubator/ghost/README.md diff --git a/charts/stable/ghost/helm-values.md b/charts/incubator/ghost/helm-values.md similarity index 100% rename from charts/stable/ghost/helm-values.md rename to charts/incubator/ghost/helm-values.md diff --git a/charts/stable/ghost/questions.yaml b/charts/incubator/ghost/questions.yaml similarity index 100% rename from charts/stable/ghost/questions.yaml rename to charts/incubator/ghost/questions.yaml diff --git a/charts/stable/ghost/security.md b/charts/incubator/ghost/security.md similarity index 100% rename from charts/stable/ghost/security.md rename to charts/incubator/ghost/security.md diff --git a/charts/stable/ghost/templates/common.yaml b/charts/incubator/ghost/templates/common.yaml similarity index 100% rename from charts/stable/ghost/templates/common.yaml rename to charts/incubator/ghost/templates/common.yaml diff --git a/charts/stable/ghost/values.yaml b/charts/incubator/ghost/values.yaml similarity index 100% rename from charts/stable/ghost/values.yaml rename to charts/incubator/ghost/values.yaml