From 3b4465a67cc6ed289718926b335782c732f36a97 Mon Sep 17 00:00:00 2001 From: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Date: Tue, 5 Dec 2023 10:20:51 -0500 Subject: [PATCH] feat(vocechat-server) move vocechat-server to stable (#15734) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** move vocechat-server to stable ⚒️ Fixes # **⚙️ Type of change** - [X] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [X] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --- .../vocechat-server/.helmignore | 0 .../vocechat-server/CHANGELOG.md | 0 .../{unstable => stable}/vocechat-server/Chart.yaml | 12 ++++++------ .../{unstable => stable}/vocechat-server/README.md | 0 .../{unstable => stable}/vocechat-server/icon.png | Bin .../vocechat-server/questions.yaml | 0 .../vocechat-server/templates/NOTES.txt | 0 .../vocechat-server/templates/common.yaml | 0 .../vocechat-server/values.yaml | 4 ++-- 9 files changed, 8 insertions(+), 8 deletions(-) rename charts/{unstable => stable}/vocechat-server/.helmignore (100%) rename charts/{unstable => stable}/vocechat-server/CHANGELOG.md (100%) rename charts/{unstable => stable}/vocechat-server/Chart.yaml (78%) rename charts/{unstable => stable}/vocechat-server/README.md (100%) rename charts/{unstable => stable}/vocechat-server/icon.png (100%) rename charts/{unstable => stable}/vocechat-server/questions.yaml (100%) rename charts/{unstable => stable}/vocechat-server/templates/NOTES.txt (100%) rename charts/{unstable => stable}/vocechat-server/templates/common.yaml (100%) rename charts/{unstable => stable}/vocechat-server/values.yaml (79%) diff --git a/charts/unstable/vocechat-server/.helmignore b/charts/stable/vocechat-server/.helmignore similarity index 100% rename from charts/unstable/vocechat-server/.helmignore rename to charts/stable/vocechat-server/.helmignore diff --git a/charts/unstable/vocechat-server/CHANGELOG.md b/charts/stable/vocechat-server/CHANGELOG.md similarity index 100% rename from charts/unstable/vocechat-server/CHANGELOG.md rename to charts/stable/vocechat-server/CHANGELOG.md diff --git a/charts/unstable/vocechat-server/Chart.yaml b/charts/stable/vocechat-server/Chart.yaml similarity index 78% rename from charts/unstable/vocechat-server/Chart.yaml rename to charts/stable/vocechat-server/Chart.yaml index b313cc6c696..614bbc66c6c 100644 --- a/charts/unstable/vocechat-server/Chart.yaml +++ b/charts/stable/vocechat-server/Chart.yaml @@ -1,15 +1,15 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: vocechat-server -version: 0.0.8 -appVersion: 0.3.38 +version: 1.0.0 +appVersion: 0.3.43 description: A superlight rust written social server. -home: https://truecharts.org/charts/incubator/vocechat-server +home: https://truecharts.org/charts/stable/vocechat-server icon: https://truecharts.org/img/hotlink-ok/chart-icons/vocechat-server.png deprecated: false sources: - https://github.com/Privoce/vocechat-server-rust - - https://github.com/truecharts/charts/tree/master/charts/incubator/vocechat-server + - https://github.com/truecharts/charts/tree/master/charts/stable/vocechat-server - https://github.com/truecharts/containers/tree/master/mirrorvocechat-server maintainers: - name: TrueCharts @@ -20,7 +20,7 @@ keywords: - social dependencies: - name: common - version: 14.3.5 + version: 16.0.0 repository: https://library-charts.truecharts.org condition: "" alias: "" @@ -33,4 +33,4 @@ annotations: truecharts.org/category: social truecharts.org/max_helm_version: "3.13" truecharts.org/min_helm_version: "3.12" - truecharts.org/train: incubator + truecharts.org/train: stable diff --git a/charts/unstable/vocechat-server/README.md b/charts/stable/vocechat-server/README.md similarity index 100% rename from charts/unstable/vocechat-server/README.md rename to charts/stable/vocechat-server/README.md diff --git a/charts/unstable/vocechat-server/icon.png b/charts/stable/vocechat-server/icon.png similarity index 100% rename from charts/unstable/vocechat-server/icon.png rename to charts/stable/vocechat-server/icon.png diff --git a/charts/unstable/vocechat-server/questions.yaml b/charts/stable/vocechat-server/questions.yaml similarity index 100% rename from charts/unstable/vocechat-server/questions.yaml rename to charts/stable/vocechat-server/questions.yaml diff --git a/charts/unstable/vocechat-server/templates/NOTES.txt b/charts/stable/vocechat-server/templates/NOTES.txt similarity index 100% rename from charts/unstable/vocechat-server/templates/NOTES.txt rename to charts/stable/vocechat-server/templates/NOTES.txt diff --git a/charts/unstable/vocechat-server/templates/common.yaml b/charts/stable/vocechat-server/templates/common.yaml similarity index 100% rename from charts/unstable/vocechat-server/templates/common.yaml rename to charts/stable/vocechat-server/templates/common.yaml diff --git a/charts/unstable/vocechat-server/values.yaml b/charts/stable/vocechat-server/values.yaml similarity index 79% rename from charts/unstable/vocechat-server/values.yaml rename to charts/stable/vocechat-server/values.yaml index b6f04675244..435b428f799 100644 --- a/charts/unstable/vocechat-server/values.yaml +++ b/charts/stable/vocechat-server/values.yaml @@ -1,7 +1,7 @@ image: - repository: tccr.io/truecharts/vocechat-server + repository: privoce/vocechat-server pullPolicy: IfNotPresent - tag: v0.3.38@sha256:a2af75f54ed922a0803f14d0839a25d51d5bc0f6127e972bcf5ee798efcfa5b8 + tag: v0.3.43@sha256:297dd69f16586bab4dadafd54e3c99498eaa55c2eb600faa831512213058e2f6 service: main: