From 567a56ad260ae37536734f61fcc5838d10273776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfred=20G=C3=B6ppel?= <43101280+alfi0812@users.noreply.github.com> Date: Thu, 20 Feb 2025 18:59:23 +0100 Subject: [PATCH] fix(glances): Move glances to stable (#32295) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [ ] 🧪 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 - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ 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}/glances/.helmignore | 0 charts/{incubator => stable}/glances/Chart.yaml | 8 ++++---- charts/{incubator => stable}/glances/README.md | 0 charts/{incubator => stable}/glances/icon.png | Bin .../glances/templates/NOTES.txt | 0 .../glances/templates/common.yaml | 0 charts/{incubator => stable}/glances/values.yaml | 2 +- 7 files changed, 5 insertions(+), 5 deletions(-) rename charts/{incubator => stable}/glances/.helmignore (100%) rename charts/{incubator => stable}/glances/Chart.yaml (80%) rename charts/{incubator => stable}/glances/README.md (100%) rename charts/{incubator => stable}/glances/icon.png (100%) rename charts/{incubator => stable}/glances/templates/NOTES.txt (100%) rename charts/{incubator => stable}/glances/templates/common.yaml (100%) rename charts/{incubator => stable}/glances/values.yaml (91%) diff --git a/charts/incubator/glances/.helmignore b/charts/stable/glances/.helmignore similarity index 100% rename from charts/incubator/glances/.helmignore rename to charts/stable/glances/.helmignore diff --git a/charts/incubator/glances/Chart.yaml b/charts/stable/glances/Chart.yaml similarity index 80% rename from charts/incubator/glances/Chart.yaml rename to charts/stable/glances/Chart.yaml index 32bbb930bad..fa4b7246856 100644 --- a/charts/incubator/glances/Chart.yaml +++ b/charts/stable/glances/Chart.yaml @@ -2,7 +2,7 @@ annotations: truecharts.org/category: metrics truecharts.org/max_helm_version: "3.15" truecharts.org/min_helm_version: "3.11" - truecharts.org/train: incubator + truecharts.org/train: stable apiVersion: v2 appVersion: 4.3.0 dependencies: @@ -15,7 +15,7 @@ dependencies: import-values: [] deprecated: false description: Glances is a monitoring software -home: https://truecharts.org/charts/incubator/glances +home: https://truecharts.org/charts/stable/glances icon: https://truecharts.org/img/hotlink-ok/chart-icons/glances.webp keywords: - metrics @@ -28,7 +28,7 @@ maintainers: name: glances sources: - https://github.com/nicolargo/glances - - https://github.com/truecharts/charts/tree/master/charts/incubator/glances + - https://github.com/truecharts/charts/tree/master/charts/stable/glances - https://hub.docker.com/r/nicolargo/glances type: application -version: 0.0.1 +version: 1.0.0 diff --git a/charts/incubator/glances/README.md b/charts/stable/glances/README.md similarity index 100% rename from charts/incubator/glances/README.md rename to charts/stable/glances/README.md diff --git a/charts/incubator/glances/icon.png b/charts/stable/glances/icon.png similarity index 100% rename from charts/incubator/glances/icon.png rename to charts/stable/glances/icon.png diff --git a/charts/incubator/glances/templates/NOTES.txt b/charts/stable/glances/templates/NOTES.txt similarity index 100% rename from charts/incubator/glances/templates/NOTES.txt rename to charts/stable/glances/templates/NOTES.txt diff --git a/charts/incubator/glances/templates/common.yaml b/charts/stable/glances/templates/common.yaml similarity index 100% rename from charts/incubator/glances/templates/common.yaml rename to charts/stable/glances/templates/common.yaml diff --git a/charts/incubator/glances/values.yaml b/charts/stable/glances/values.yaml similarity index 91% rename from charts/incubator/glances/values.yaml rename to charts/stable/glances/values.yaml index f7f5c9ed24a..368195386a9 100644 --- a/charts/incubator/glances/values.yaml +++ b/charts/stable/glances/values.yaml @@ -1,5 +1,5 @@ image: - repository: nicolargo/glances + repository: docker.io/nicolargo/glances pullPolicy: IfNotPresent tag: ubuntu-4.3.0.8-full workload: