feat(smartctl-exporter): Move to stable (#18484)

**Description**
Move smartctl-exporter to Stable train.

⚒️ Fixes  # <!--(issue)-->

**⚙️ 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?**
Testing completed on both TrueNAS-SCALE-23.10.1 & native helm. S.M.A.R.T
metrics successfully collected and exported into prometheus.

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ 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
- [ ] ⬆️ 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 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._
This commit is contained in:
Jamie
2024-02-21 21:27:14 +00:00
committed by GitHub
parent ddabb77de7
commit 609e3fe31f
8 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ annotations:
truecharts.org/category: metrics
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: stable
apiVersion: v2
appVersion: 0.11.0
dependencies:
@@ -18,7 +18,7 @@ dependencies:
import-values: []
deprecated: false
description: Prometheus exporter for SMART using smartctl binary to gather metrics.
home: https://truecharts.org/charts/incubator/smartctl-exporter
home: https://truecharts.org/charts/stable/smartctl-exporter
icon: https://truecharts.org/img/hotlink-ok/chart-icons/smartctl-exporter.png
keywords:
- prometheus
@@ -31,8 +31,8 @@ maintainers:
url: https://truecharts.org
name: smartctl-exporter
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/smartctl-exporter
- https://github.com/truecharts/charts/tree/master/charts/stable/smartctl-exporter
- https://github.com/prometheus-community/smartctl_exporter
- https://hub.docker.com/r/prometheuscommunity/smartctl-exporter
type: application
version: 0.0.1
version: 1.0.0

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB