From a16c9796430f23459d4fb5b939d8bb28eb5316b5 Mon Sep 17 00:00:00 2001 From: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Date: Tue, 29 Aug 2023 12:44:50 -0400 Subject: [PATCH] feat(ipmi-tools) move ipmi-tools to stable (#11993) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Move ipmi-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._ --- .../ipmi-tools/.helmignore | 0 .../ipmi-tools/CHANGELOG.md | 0 .../ipmi-tools/Chart.yaml | 20 +++++++++--------- .../ipmi-tools/README.md | 0 .../{incubator => stable}/ipmi-tools/icon.png | Bin .../ipmi-tools/questions.yaml | 5 +++-- .../ipmi-tools/templates/NOTES.txt | 0 .../ipmi-tools/templates/common.yaml | 0 .../ipmi-tools/values.yaml | 16 +++++++------- 9 files changed, 21 insertions(+), 20 deletions(-) rename charts/{incubator => stable}/ipmi-tools/.helmignore (100%) rename charts/{incubator => stable}/ipmi-tools/CHANGELOG.md (100%) rename charts/{incubator => stable}/ipmi-tools/Chart.yaml (80%) rename charts/{incubator => stable}/ipmi-tools/README.md (100%) rename charts/{incubator => stable}/ipmi-tools/icon.png (100%) rename charts/{incubator => stable}/ipmi-tools/questions.yaml (98%) rename charts/{incubator => stable}/ipmi-tools/templates/NOTES.txt (100%) rename charts/{incubator => stable}/ipmi-tools/templates/common.yaml (100%) rename charts/{incubator => stable}/ipmi-tools/values.yaml (100%) diff --git a/charts/incubator/ipmi-tools/.helmignore b/charts/stable/ipmi-tools/.helmignore similarity index 100% rename from charts/incubator/ipmi-tools/.helmignore rename to charts/stable/ipmi-tools/.helmignore diff --git a/charts/incubator/ipmi-tools/CHANGELOG.md b/charts/stable/ipmi-tools/CHANGELOG.md similarity index 100% rename from charts/incubator/ipmi-tools/CHANGELOG.md rename to charts/stable/ipmi-tools/CHANGELOG.md diff --git a/charts/incubator/ipmi-tools/Chart.yaml b/charts/stable/ipmi-tools/Chart.yaml similarity index 80% rename from charts/incubator/ipmi-tools/Chart.yaml rename to charts/stable/ipmi-tools/Chart.yaml index c3454b6bdc7..4e22a892f95 100644 --- a/charts/incubator/ipmi-tools/Chart.yaml +++ b/charts/stable/ipmi-tools/Chart.yaml @@ -1,18 +1,12 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities - - Network-Management apiVersion: v2 appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 13.2.2 + version: 14.0.1 deprecated: false description: A simple WebGUI Fan controller for IPMI. -home: https://truecharts.org/charts/incubator/ipmi-tools +home: https://truecharts.org/charts/stable/ipmi-tools icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipmi-tools.png keywords: - ipmi-tools @@ -26,7 +20,13 @@ maintainers: url: https://truecharts.org name: ipmi-tools sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/ipmi-tools + - https://github.com/truecharts/charts/tree/master/charts/stable/ipmi-tools - https://github.com/EdwardChamberlain/IPMI-Fan-Controller type: application -version: 3.0.1 +version: 3.0.2 +annotations: + truecharts.org/catagories: | + - Productivity + - Tools-Utilities + - Network-Management + truecharts.org/SCALE-support: "true" diff --git a/charts/incubator/ipmi-tools/README.md b/charts/stable/ipmi-tools/README.md similarity index 100% rename from charts/incubator/ipmi-tools/README.md rename to charts/stable/ipmi-tools/README.md diff --git a/charts/incubator/ipmi-tools/icon.png b/charts/stable/ipmi-tools/icon.png similarity index 100% rename from charts/incubator/ipmi-tools/icon.png rename to charts/stable/ipmi-tools/icon.png diff --git a/charts/incubator/ipmi-tools/questions.yaml b/charts/stable/ipmi-tools/questions.yaml similarity index 98% rename from charts/incubator/ipmi-tools/questions.yaml rename to charts/stable/ipmi-tools/questions.yaml index b54d1406b79..2d0b9f47759 100644 --- a/charts/incubator/ipmi-tools/questions.yaml +++ b/charts/stable/ipmi-tools/questions.yaml @@ -38,6 +38,7 @@ questions: schema: type: string default: "" + # Include{containerConfig} # Include{serviceRoot} - variable: main @@ -67,8 +68,8 @@ questions: # Include{serviceList} # Include{persistenceRoot} - variable: data - label: "data Storage" - description: "data" + label: App Data Storage + description: Stores the Application Data. schema: additional_attrs: true type: dict diff --git a/charts/incubator/ipmi-tools/templates/NOTES.txt b/charts/stable/ipmi-tools/templates/NOTES.txt similarity index 100% rename from charts/incubator/ipmi-tools/templates/NOTES.txt rename to charts/stable/ipmi-tools/templates/NOTES.txt diff --git a/charts/incubator/ipmi-tools/templates/common.yaml b/charts/stable/ipmi-tools/templates/common.yaml similarity index 100% rename from charts/incubator/ipmi-tools/templates/common.yaml rename to charts/stable/ipmi-tools/templates/common.yaml diff --git a/charts/incubator/ipmi-tools/values.yaml b/charts/stable/ipmi-tools/values.yaml similarity index 100% rename from charts/incubator/ipmi-tools/values.yaml rename to charts/stable/ipmi-tools/values.yaml index a7855a6e07b..2582de839ff 100644 --- a/charts/incubator/ipmi-tools/values.yaml +++ b/charts/stable/ipmi-tools/values.yaml @@ -3,6 +3,14 @@ image: repository: tccr.io/truecharts/ipmi-tools tag: latest@sha256:705e2d6a0787c6da56dd4d8b7ed79ac2f76f64eb129f0c707078a1fb4879d17d +service: + main: + ports: + main: + port: 4017 + protocol: http + targetPort: 80 + workload: main: podSpec: @@ -13,14 +21,6 @@ workload: APP_IPMI_PASS: "" APP_IPMI_USER: "" -service: - main: - ports: - main: - port: 4017 - protocol: http - targetPort: 80 - persistence: data: enabled: true