From cda072588c7e0d63b5e33151bf4ecd401f0e0111 Mon Sep 17 00:00:00 2001 From: Xstar97 Date: Sat, 21 Jan 2023 06:46:30 -0500 Subject: [PATCH] feat(soft-serve) move to stable (#6591) --- charts/{incubator => stable}/soft-serve/.helmignore | 0 .../{incubator => stable}/soft-serve/CHANGELOG.md | 0 charts/{incubator => stable}/soft-serve/Chart.yaml | 6 +++--- charts/{incubator => stable}/soft-serve/README.md | 0 charts/{incubator => stable}/soft-serve/icon.png | Bin .../{incubator => stable}/soft-serve/questions.yaml | 2 +- .../soft-serve/templates/_secret.tpl | 0 .../soft-serve/templates/common.yaml | 0 charts/{incubator => stable}/soft-serve/values.yaml | 0 9 files changed, 4 insertions(+), 4 deletions(-) rename charts/{incubator => stable}/soft-serve/.helmignore (100%) rename charts/{incubator => stable}/soft-serve/CHANGELOG.md (100%) rename charts/{incubator => stable}/soft-serve/Chart.yaml (81%) rename charts/{incubator => stable}/soft-serve/README.md (100%) rename charts/{incubator => stable}/soft-serve/icon.png (100%) rename charts/{incubator => stable}/soft-serve/questions.yaml (99%) rename charts/{incubator => stable}/soft-serve/templates/_secret.tpl (100%) rename charts/{incubator => stable}/soft-serve/templates/common.yaml (100%) rename charts/{incubator => stable}/soft-serve/values.yaml (100%) diff --git a/charts/incubator/soft-serve/.helmignore b/charts/stable/soft-serve/.helmignore similarity index 100% rename from charts/incubator/soft-serve/.helmignore rename to charts/stable/soft-serve/.helmignore diff --git a/charts/incubator/soft-serve/CHANGELOG.md b/charts/stable/soft-serve/CHANGELOG.md similarity index 100% rename from charts/incubator/soft-serve/CHANGELOG.md rename to charts/stable/soft-serve/CHANGELOG.md diff --git a/charts/incubator/soft-serve/Chart.yaml b/charts/stable/soft-serve/Chart.yaml similarity index 81% rename from charts/incubator/soft-serve/Chart.yaml rename to charts/stable/soft-serve/Chart.yaml index 73f88937513..3fdf0b2b0a9 100644 --- a/charts/incubator/soft-serve/Chart.yaml +++ b/charts/stable/soft-serve/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 11.1.2 deprecated: false description: A tasty, self-hostable Git server for the command line. -home: https://truecharts.org/charts/incubator/soft-serve +home: https://truecharts.org/charts/stable/soft-serve icon: https://truecharts.org/img/hotlink-ok/chart-icons/soft-serve.png keywords: - soft-serve @@ -18,10 +18,10 @@ maintainers: url: https://truecharts.org name: soft-serve sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/soft-serve + - https://github.com/truecharts/charts/tree/master/charts/stable/soft-serve - https://github.com/charmbracelet/soft-serve type: application -version: 0.0.2 +version: 1.0.0 annotations: truecharts.org/catagories: | - git diff --git a/charts/incubator/soft-serve/README.md b/charts/stable/soft-serve/README.md similarity index 100% rename from charts/incubator/soft-serve/README.md rename to charts/stable/soft-serve/README.md diff --git a/charts/incubator/soft-serve/icon.png b/charts/stable/soft-serve/icon.png similarity index 100% rename from charts/incubator/soft-serve/icon.png rename to charts/stable/soft-serve/icon.png diff --git a/charts/incubator/soft-serve/questions.yaml b/charts/stable/soft-serve/questions.yaml similarity index 99% rename from charts/incubator/soft-serve/questions.yaml rename to charts/stable/soft-serve/questions.yaml index a10a6d3aec8..21eebb7feb8 100644 --- a/charts/incubator/soft-serve/questions.yaml +++ b/charts/stable/soft-serve/questions.yaml @@ -21,7 +21,7 @@ questions: default: "" private: true - variable: key_path - label: Soft Serve Host + label: Soft Serve Host Key-Pair Path description: SSH host key-pair PATH schema: type: string diff --git a/charts/incubator/soft-serve/templates/_secret.tpl b/charts/stable/soft-serve/templates/_secret.tpl similarity index 100% rename from charts/incubator/soft-serve/templates/_secret.tpl rename to charts/stable/soft-serve/templates/_secret.tpl diff --git a/charts/incubator/soft-serve/templates/common.yaml b/charts/stable/soft-serve/templates/common.yaml similarity index 100% rename from charts/incubator/soft-serve/templates/common.yaml rename to charts/stable/soft-serve/templates/common.yaml diff --git a/charts/incubator/soft-serve/values.yaml b/charts/stable/soft-serve/values.yaml similarity index 100% rename from charts/incubator/soft-serve/values.yaml rename to charts/stable/soft-serve/values.yaml