From f2f73d13c5769d2245cbd80260249c55292ff92f Mon Sep 17 00:00:00 2001 From: Xstar97 Date: Sun, 15 Jan 2023 06:43:37 -0500 Subject: [PATCH] feat(wbo) move to stable (#6381) --- charts/{incubator => stable}/wbo/.helmignore | 0 charts/{incubator => stable}/wbo/CHANGELOG.md | 0 charts/{incubator => stable}/wbo/Chart.yaml | 4 ++-- charts/{incubator => stable}/wbo/README.md | 0 charts/{incubator => stable}/wbo/icon.png | Bin charts/{incubator => stable}/wbo/questions.yaml | 0 .../wbo/templates/_configmap.tpl | 0 .../{incubator => stable}/wbo/templates/_secret.tpl | 0 .../{incubator => stable}/wbo/templates/common.yaml | 0 charts/{incubator => stable}/wbo/values.yaml | 0 10 files changed, 2 insertions(+), 2 deletions(-) rename charts/{incubator => stable}/wbo/.helmignore (100%) rename charts/{incubator => stable}/wbo/CHANGELOG.md (100%) rename charts/{incubator => stable}/wbo/Chart.yaml (82%) rename charts/{incubator => stable}/wbo/README.md (100%) rename charts/{incubator => stable}/wbo/icon.png (100%) rename charts/{incubator => stable}/wbo/questions.yaml (100%) rename charts/{incubator => stable}/wbo/templates/_configmap.tpl (100%) rename charts/{incubator => stable}/wbo/templates/_secret.tpl (100%) rename charts/{incubator => stable}/wbo/templates/common.yaml (100%) rename charts/{incubator => stable}/wbo/values.yaml (100%) diff --git a/charts/incubator/wbo/.helmignore b/charts/stable/wbo/.helmignore similarity index 100% rename from charts/incubator/wbo/.helmignore rename to charts/stable/wbo/.helmignore diff --git a/charts/incubator/wbo/CHANGELOG.md b/charts/stable/wbo/CHANGELOG.md similarity index 100% rename from charts/incubator/wbo/CHANGELOG.md rename to charts/stable/wbo/CHANGELOG.md diff --git a/charts/incubator/wbo/Chart.yaml b/charts/stable/wbo/Chart.yaml similarity index 82% rename from charts/incubator/wbo/Chart.yaml rename to charts/stable/wbo/Chart.yaml index a15c6a4037c..8ceb5b1ebb6 100644 --- a/charts/incubator/wbo/Chart.yaml +++ b/charts/stable/wbo/Chart.yaml @@ -4,7 +4,7 @@ dependencies: - name: common repository: https://library-charts.truecharts.org version: 11.1.2 -description: WBO is an online collaborative whiteboard that allows many users to draw simultaneously on a large virtual board. +description: an online collaborative whiteboard that allows many users to draw simultaneously on a large virtual board. home: https://truecharts.org/charts/incubator/wbo icon: https://truecharts.org/img/hotlink-ok/chart-icons/wbo.png keywords: @@ -19,7 +19,7 @@ name: wbo sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/wbo - https://github.com/lovasoa/whitebophir -version: 2.0.7 +version: 3.0.0 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/incubator/wbo/README.md b/charts/stable/wbo/README.md similarity index 100% rename from charts/incubator/wbo/README.md rename to charts/stable/wbo/README.md diff --git a/charts/incubator/wbo/icon.png b/charts/stable/wbo/icon.png similarity index 100% rename from charts/incubator/wbo/icon.png rename to charts/stable/wbo/icon.png diff --git a/charts/incubator/wbo/questions.yaml b/charts/stable/wbo/questions.yaml similarity index 100% rename from charts/incubator/wbo/questions.yaml rename to charts/stable/wbo/questions.yaml diff --git a/charts/incubator/wbo/templates/_configmap.tpl b/charts/stable/wbo/templates/_configmap.tpl similarity index 100% rename from charts/incubator/wbo/templates/_configmap.tpl rename to charts/stable/wbo/templates/_configmap.tpl diff --git a/charts/incubator/wbo/templates/_secret.tpl b/charts/stable/wbo/templates/_secret.tpl similarity index 100% rename from charts/incubator/wbo/templates/_secret.tpl rename to charts/stable/wbo/templates/_secret.tpl diff --git a/charts/incubator/wbo/templates/common.yaml b/charts/stable/wbo/templates/common.yaml similarity index 100% rename from charts/incubator/wbo/templates/common.yaml rename to charts/stable/wbo/templates/common.yaml diff --git a/charts/incubator/wbo/values.yaml b/charts/stable/wbo/values.yaml similarity index 100% rename from charts/incubator/wbo/values.yaml rename to charts/stable/wbo/values.yaml