From f5a312a586d7614badd2b5f09c7e8779ffb7f12c Mon Sep 17 00:00:00 2001 From: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Date: Tue, 10 Oct 2023 16:13:49 -0400 Subject: [PATCH] feat(spaceengineers) move spaceengineers to stable (#13446) --- .../spaceengineers/.helmignore | 0 .../spaceengineers/CHANGELOG.md | 0 .../{incubator => stable}/spaceengineers/Chart.yaml | 6 +++--- .../{incubator => stable}/spaceengineers/README.md | 0 .../{incubator => stable}/spaceengineers/icon.png | Bin .../spaceengineers/questions.yaml | 0 .../spaceengineers/templates/NOTES.txt | 0 .../spaceengineers/templates/common.yaml | 0 .../spaceengineers/values.yaml | 0 9 files changed, 3 insertions(+), 3 deletions(-) rename charts/{incubator => stable}/spaceengineers/.helmignore (100%) rename charts/{incubator => stable}/spaceengineers/CHANGELOG.md (100%) rename charts/{incubator => stable}/spaceengineers/Chart.yaml (80%) rename charts/{incubator => stable}/spaceengineers/README.md (100%) rename charts/{incubator => stable}/spaceengineers/icon.png (100%) rename charts/{incubator => stable}/spaceengineers/questions.yaml (100%) rename charts/{incubator => stable}/spaceengineers/templates/NOTES.txt (100%) rename charts/{incubator => stable}/spaceengineers/templates/common.yaml (100%) rename charts/{incubator => stable}/spaceengineers/values.yaml (100%) diff --git a/charts/incubator/spaceengineers/.helmignore b/charts/stable/spaceengineers/.helmignore similarity index 100% rename from charts/incubator/spaceengineers/.helmignore rename to charts/stable/spaceengineers/.helmignore diff --git a/charts/incubator/spaceengineers/CHANGELOG.md b/charts/stable/spaceengineers/CHANGELOG.md similarity index 100% rename from charts/incubator/spaceengineers/CHANGELOG.md rename to charts/stable/spaceengineers/CHANGELOG.md diff --git a/charts/incubator/spaceengineers/Chart.yaml b/charts/stable/spaceengineers/Chart.yaml similarity index 80% rename from charts/incubator/spaceengineers/Chart.yaml rename to charts/stable/spaceengineers/Chart.yaml index 7020e965f37..e7aae2815f5 100644 --- a/charts/incubator/spaceengineers/Chart.yaml +++ b/charts/stable/spaceengineers/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 14.0.9 deprecated: false description: Space Engineers Dedicated Server. -home: https://truecharts.org/charts/incubator/spaceengineers +home: https://truecharts.org/charts/stable/spaceengineers icon: https://truecharts.org/img/hotlink-ok/chart-icons/spaceengineers.png keywords: - spaceengineers @@ -18,10 +18,10 @@ maintainers: url: https://truecharts.org name: spaceengineers sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/spaceengineers + - https://github.com/truecharts/charts/tree/master/charts/stable/spaceengineers - https://github.com/Devidian/docker-spaceengineers type: application -version: 3.0.2 +version: 3.0.3 annotations: truecharts.org/catagories: | - GameServers diff --git a/charts/incubator/spaceengineers/README.md b/charts/stable/spaceengineers/README.md similarity index 100% rename from charts/incubator/spaceengineers/README.md rename to charts/stable/spaceengineers/README.md diff --git a/charts/incubator/spaceengineers/icon.png b/charts/stable/spaceengineers/icon.png similarity index 100% rename from charts/incubator/spaceengineers/icon.png rename to charts/stable/spaceengineers/icon.png diff --git a/charts/incubator/spaceengineers/questions.yaml b/charts/stable/spaceengineers/questions.yaml similarity index 100% rename from charts/incubator/spaceengineers/questions.yaml rename to charts/stable/spaceengineers/questions.yaml diff --git a/charts/incubator/spaceengineers/templates/NOTES.txt b/charts/stable/spaceengineers/templates/NOTES.txt similarity index 100% rename from charts/incubator/spaceengineers/templates/NOTES.txt rename to charts/stable/spaceengineers/templates/NOTES.txt diff --git a/charts/incubator/spaceengineers/templates/common.yaml b/charts/stable/spaceengineers/templates/common.yaml similarity index 100% rename from charts/incubator/spaceengineers/templates/common.yaml rename to charts/stable/spaceengineers/templates/common.yaml diff --git a/charts/incubator/spaceengineers/values.yaml b/charts/stable/spaceengineers/values.yaml similarity index 100% rename from charts/incubator/spaceengineers/values.yaml rename to charts/stable/spaceengineers/values.yaml