From 1489392bd5a69904a25fbb626240f4d64eb1a6bb Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Mon, 28 Feb 2022 23:37:07 +0200 Subject: [PATCH] feat(ghost): Move to stable (#1990) --- charts/{incubator => stable}/ghost/CHANGELOG.md | 0 charts/{incubator => stable}/ghost/CONFIG.md | 0 charts/{incubator => stable}/ghost/Chart.yaml | 0 charts/{incubator => stable}/ghost/README.md | 0 charts/{incubator => stable}/ghost/helm-values.md | 0 charts/{incubator => stable}/ghost/questions.yaml | 0 charts/{incubator => stable}/ghost/security.md | 0 charts/{incubator => stable}/ghost/templates/common.yaml | 0 charts/{incubator => stable}/ghost/values.yaml | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename charts/{incubator => stable}/ghost/CHANGELOG.md (100%) rename charts/{incubator => stable}/ghost/CONFIG.md (100%) rename charts/{incubator => stable}/ghost/Chart.yaml (100%) rename charts/{incubator => stable}/ghost/README.md (100%) rename charts/{incubator => stable}/ghost/helm-values.md (100%) rename charts/{incubator => stable}/ghost/questions.yaml (100%) rename charts/{incubator => stable}/ghost/security.md (100%) rename charts/{incubator => stable}/ghost/templates/common.yaml (100%) rename charts/{incubator => stable}/ghost/values.yaml (100%) diff --git a/charts/incubator/ghost/CHANGELOG.md b/charts/stable/ghost/CHANGELOG.md similarity index 100% rename from charts/incubator/ghost/CHANGELOG.md rename to charts/stable/ghost/CHANGELOG.md diff --git a/charts/incubator/ghost/CONFIG.md b/charts/stable/ghost/CONFIG.md similarity index 100% rename from charts/incubator/ghost/CONFIG.md rename to charts/stable/ghost/CONFIG.md diff --git a/charts/incubator/ghost/Chart.yaml b/charts/stable/ghost/Chart.yaml similarity index 100% rename from charts/incubator/ghost/Chart.yaml rename to charts/stable/ghost/Chart.yaml diff --git a/charts/incubator/ghost/README.md b/charts/stable/ghost/README.md similarity index 100% rename from charts/incubator/ghost/README.md rename to charts/stable/ghost/README.md diff --git a/charts/incubator/ghost/helm-values.md b/charts/stable/ghost/helm-values.md similarity index 100% rename from charts/incubator/ghost/helm-values.md rename to charts/stable/ghost/helm-values.md diff --git a/charts/incubator/ghost/questions.yaml b/charts/stable/ghost/questions.yaml similarity index 100% rename from charts/incubator/ghost/questions.yaml rename to charts/stable/ghost/questions.yaml diff --git a/charts/incubator/ghost/security.md b/charts/stable/ghost/security.md similarity index 100% rename from charts/incubator/ghost/security.md rename to charts/stable/ghost/security.md diff --git a/charts/incubator/ghost/templates/common.yaml b/charts/stable/ghost/templates/common.yaml similarity index 100% rename from charts/incubator/ghost/templates/common.yaml rename to charts/stable/ghost/templates/common.yaml diff --git a/charts/incubator/ghost/values.yaml b/charts/stable/ghost/values.yaml similarity index 100% rename from charts/incubator/ghost/values.yaml rename to charts/stable/ghost/values.yaml