From a3675204ada54d96ad1482ed150d21a268a414e5 Mon Sep 17 00:00:00 2001 From: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Date: Tue, 29 Aug 2023 12:42:47 -0400 Subject: [PATCH] feat(it-tools) move it-tools to stable (#12014) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Move it-tools to stable ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ 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._ --- charts/{incubator => stable}/it-tools/.helmignore | 0 charts/{incubator => stable}/it-tools/Chart.yaml | 6 +++--- charts/{incubator => stable}/it-tools/README.md | 0 charts/{incubator => stable}/it-tools/icon.png | Bin .../{incubator => stable}/it-tools/questions.yaml | 0 .../it-tools/templates/NOTES.txt | 0 .../it-tools/templates/common.yaml | 0 charts/{incubator => stable}/it-tools/values.yaml | 3 +-- 8 files changed, 4 insertions(+), 5 deletions(-) rename charts/{incubator => stable}/it-tools/.helmignore (100%) rename charts/{incubator => stable}/it-tools/Chart.yaml (92%) rename charts/{incubator => stable}/it-tools/README.md (100%) rename charts/{incubator => stable}/it-tools/icon.png (100%) rename charts/{incubator => stable}/it-tools/questions.yaml (100%) rename charts/{incubator => stable}/it-tools/templates/NOTES.txt (100%) rename charts/{incubator => stable}/it-tools/templates/common.yaml (100%) rename charts/{incubator => stable}/it-tools/values.yaml (77%) diff --git a/charts/incubator/it-tools/.helmignore b/charts/stable/it-tools/.helmignore similarity index 100% rename from charts/incubator/it-tools/.helmignore rename to charts/stable/it-tools/.helmignore diff --git a/charts/incubator/it-tools/Chart.yaml b/charts/stable/it-tools/Chart.yaml similarity index 92% rename from charts/incubator/it-tools/Chart.yaml rename to charts/stable/it-tools/Chart.yaml index 76a599818d5..323443ea8d5 100644 --- a/charts/incubator/it-tools/Chart.yaml +++ b/charts/stable/it-tools/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: "2023.8.16" +appVersion: "2023.8.21" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.3 deprecated: false description: Useful tools for developer and people working in IT. home: https://truecharts.org/charts/incubator/it-tools @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/it-tools - https://github.com/CorentinTh/it-tools type: application -version: 1.0.0 +version: 1.0.1 annotations: truecharts.org/catagories: | - tools diff --git a/charts/incubator/it-tools/README.md b/charts/stable/it-tools/README.md similarity index 100% rename from charts/incubator/it-tools/README.md rename to charts/stable/it-tools/README.md diff --git a/charts/incubator/it-tools/icon.png b/charts/stable/it-tools/icon.png similarity index 100% rename from charts/incubator/it-tools/icon.png rename to charts/stable/it-tools/icon.png diff --git a/charts/incubator/it-tools/questions.yaml b/charts/stable/it-tools/questions.yaml similarity index 100% rename from charts/incubator/it-tools/questions.yaml rename to charts/stable/it-tools/questions.yaml diff --git a/charts/incubator/it-tools/templates/NOTES.txt b/charts/stable/it-tools/templates/NOTES.txt similarity index 100% rename from charts/incubator/it-tools/templates/NOTES.txt rename to charts/stable/it-tools/templates/NOTES.txt diff --git a/charts/incubator/it-tools/templates/common.yaml b/charts/stable/it-tools/templates/common.yaml similarity index 100% rename from charts/incubator/it-tools/templates/common.yaml rename to charts/stable/it-tools/templates/common.yaml diff --git a/charts/incubator/it-tools/values.yaml b/charts/stable/it-tools/values.yaml similarity index 77% rename from charts/incubator/it-tools/values.yaml rename to charts/stable/it-tools/values.yaml index 5db4e2a5e3e..53d133f5338 100644 --- a/charts/incubator/it-tools/values.yaml +++ b/charts/stable/it-tools/values.yaml @@ -1,8 +1,7 @@ image: repository: tccr.io/truecharts/it-tools pullPolicy: IfNotPresent - tag: v2023.8.16@sha256:054bd18916e3cce944bd9e4d7e9d2947b7492ecc401b1dec3cba989d8ca0a1ee - + tag: v2023.8.21@sha256:e6332bc28392b8fca2d196a57e9236f32f506716f719a1047281e75f5ac4254f service: main: