From 5e92f5647db4d572548b088c5b28686e40ed18fa Mon Sep 17 00:00:00 2001 From: sagit <36596628+Sagit-chu@users.noreply.github.com> Date: Mon, 14 Mar 2022 00:19:50 +0800 Subject: [PATCH] feat(qinglong): Move to stable (#2143) * move-qinglong * update version --- charts/{incubator => stable}/qinglong/.helmignore | 0 charts/{incubator => stable}/qinglong/CHANGELOG.md | 0 charts/{incubator => stable}/qinglong/CONFIG.md | 0 charts/{incubator => stable}/qinglong/Chart.yaml | 2 +- charts/{incubator => stable}/qinglong/README.md | 0 charts/{incubator => stable}/qinglong/helm-values.md | 0 charts/{incubator => stable}/qinglong/questions.yaml | 0 charts/{incubator => stable}/qinglong/security.md | 0 charts/{incubator => stable}/qinglong/templates/common.yaml | 0 charts/{incubator => stable}/qinglong/values.yaml | 0 10 files changed, 1 insertion(+), 1 deletion(-) rename charts/{incubator => stable}/qinglong/.helmignore (100%) rename charts/{incubator => stable}/qinglong/CHANGELOG.md (100%) rename charts/{incubator => stable}/qinglong/CONFIG.md (100%) rename charts/{incubator => stable}/qinglong/Chart.yaml (98%) rename charts/{incubator => stable}/qinglong/README.md (100%) rename charts/{incubator => stable}/qinglong/helm-values.md (100%) rename charts/{incubator => stable}/qinglong/questions.yaml (100%) rename charts/{incubator => stable}/qinglong/security.md (100%) rename charts/{incubator => stable}/qinglong/templates/common.yaml (100%) rename charts/{incubator => stable}/qinglong/values.yaml (100%) diff --git a/charts/incubator/qinglong/.helmignore b/charts/stable/qinglong/.helmignore similarity index 100% rename from charts/incubator/qinglong/.helmignore rename to charts/stable/qinglong/.helmignore diff --git a/charts/incubator/qinglong/CHANGELOG.md b/charts/stable/qinglong/CHANGELOG.md similarity index 100% rename from charts/incubator/qinglong/CHANGELOG.md rename to charts/stable/qinglong/CHANGELOG.md diff --git a/charts/incubator/qinglong/CONFIG.md b/charts/stable/qinglong/CONFIG.md similarity index 100% rename from charts/incubator/qinglong/CONFIG.md rename to charts/stable/qinglong/CONFIG.md diff --git a/charts/incubator/qinglong/Chart.yaml b/charts/stable/qinglong/Chart.yaml similarity index 98% rename from charts/incubator/qinglong/Chart.yaml rename to charts/stable/qinglong/Chart.yaml index a2dd8fa126e..08a5091d46c 100644 --- a/charts/incubator/qinglong/Chart.yaml +++ b/charts/stable/qinglong/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: qinglong -version: 0.0.2 +version: 1.0.0 appVersion: "2.11.3" description: A timed task management panel that supports typescript, javaScript, python3, and shell type: application diff --git a/charts/incubator/qinglong/README.md b/charts/stable/qinglong/README.md similarity index 100% rename from charts/incubator/qinglong/README.md rename to charts/stable/qinglong/README.md diff --git a/charts/incubator/qinglong/helm-values.md b/charts/stable/qinglong/helm-values.md similarity index 100% rename from charts/incubator/qinglong/helm-values.md rename to charts/stable/qinglong/helm-values.md diff --git a/charts/incubator/qinglong/questions.yaml b/charts/stable/qinglong/questions.yaml similarity index 100% rename from charts/incubator/qinglong/questions.yaml rename to charts/stable/qinglong/questions.yaml diff --git a/charts/incubator/qinglong/security.md b/charts/stable/qinglong/security.md similarity index 100% rename from charts/incubator/qinglong/security.md rename to charts/stable/qinglong/security.md diff --git a/charts/incubator/qinglong/templates/common.yaml b/charts/stable/qinglong/templates/common.yaml similarity index 100% rename from charts/incubator/qinglong/templates/common.yaml rename to charts/stable/qinglong/templates/common.yaml diff --git a/charts/incubator/qinglong/values.yaml b/charts/stable/qinglong/values.yaml similarity index 100% rename from charts/incubator/qinglong/values.yaml rename to charts/stable/qinglong/values.yaml