From 52a25d36e00e95eb52ccc02eb00667541ed9db74 Mon Sep 17 00:00:00 2001 From: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Date: Thu, 8 Dec 2022 17:59:17 -0500 Subject: [PATCH] feat(Wordpress): Move to stable (#5218) --- charts/{incubator => stable}/wordpress/.helmignore | 0 charts/{incubator => stable}/wordpress/Chart.yaml | 2 +- charts/{incubator => stable}/wordpress/README.md | 0 charts/{incubator => stable}/wordpress/icon.png | Bin .../{incubator => stable}/wordpress/questions.yaml | 0 .../wordpress/templates/_env.tpl | 0 .../wordpress/templates/common.yaml | 0 charts/{incubator => stable}/wordpress/values.yaml | 0 8 files changed, 1 insertion(+), 1 deletion(-) rename charts/{incubator => stable}/wordpress/.helmignore (100%) rename charts/{incubator => stable}/wordpress/Chart.yaml (98%) rename charts/{incubator => stable}/wordpress/README.md (100%) rename charts/{incubator => stable}/wordpress/icon.png (100%) rename charts/{incubator => stable}/wordpress/questions.yaml (100%) rename charts/{incubator => stable}/wordpress/templates/_env.tpl (100%) rename charts/{incubator => stable}/wordpress/templates/common.yaml (100%) rename charts/{incubator => stable}/wordpress/values.yaml (100%) diff --git a/charts/incubator/wordpress/.helmignore b/charts/stable/wordpress/.helmignore similarity index 100% rename from charts/incubator/wordpress/.helmignore rename to charts/stable/wordpress/.helmignore diff --git a/charts/incubator/wordpress/Chart.yaml b/charts/stable/wordpress/Chart.yaml similarity index 98% rename from charts/incubator/wordpress/Chart.yaml rename to charts/stable/wordpress/Chart.yaml index 867d109c4b3..5d425e42e1d 100644 --- a/charts/incubator/wordpress/Chart.yaml +++ b/charts/stable/wordpress/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/wordpress - https://hub.docker.com/_/wordpress - https://www.wordpress.org -version: 1.0.0 +version: 1.0.1 annotations: truecharts.org/catagories: | - website diff --git a/charts/incubator/wordpress/README.md b/charts/stable/wordpress/README.md similarity index 100% rename from charts/incubator/wordpress/README.md rename to charts/stable/wordpress/README.md diff --git a/charts/incubator/wordpress/icon.png b/charts/stable/wordpress/icon.png similarity index 100% rename from charts/incubator/wordpress/icon.png rename to charts/stable/wordpress/icon.png diff --git a/charts/incubator/wordpress/questions.yaml b/charts/stable/wordpress/questions.yaml similarity index 100% rename from charts/incubator/wordpress/questions.yaml rename to charts/stable/wordpress/questions.yaml diff --git a/charts/incubator/wordpress/templates/_env.tpl b/charts/stable/wordpress/templates/_env.tpl similarity index 100% rename from charts/incubator/wordpress/templates/_env.tpl rename to charts/stable/wordpress/templates/_env.tpl diff --git a/charts/incubator/wordpress/templates/common.yaml b/charts/stable/wordpress/templates/common.yaml similarity index 100% rename from charts/incubator/wordpress/templates/common.yaml rename to charts/stable/wordpress/templates/common.yaml diff --git a/charts/incubator/wordpress/values.yaml b/charts/stable/wordpress/values.yaml similarity index 100% rename from charts/incubator/wordpress/values.yaml rename to charts/stable/wordpress/values.yaml