diff --git a/charts/incubator/smartctl-exporter/.helmignore b/charts/stable/smartctl-exporter/.helmignore similarity index 100% rename from charts/incubator/smartctl-exporter/.helmignore rename to charts/stable/smartctl-exporter/.helmignore diff --git a/charts/incubator/smartctl-exporter/Chart.yaml b/charts/stable/smartctl-exporter/Chart.yaml similarity index 82% rename from charts/incubator/smartctl-exporter/Chart.yaml rename to charts/stable/smartctl-exporter/Chart.yaml index f0e50d087c5..49007542914 100644 --- a/charts/incubator/smartctl-exporter/Chart.yaml +++ b/charts/stable/smartctl-exporter/Chart.yaml @@ -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 diff --git a/charts/incubator/smartctl-exporter/README.md b/charts/stable/smartctl-exporter/README.md similarity index 100% rename from charts/incubator/smartctl-exporter/README.md rename to charts/stable/smartctl-exporter/README.md diff --git a/charts/incubator/smartctl-exporter/icon.png b/charts/stable/smartctl-exporter/icon.png similarity index 100% rename from charts/incubator/smartctl-exporter/icon.png rename to charts/stable/smartctl-exporter/icon.png diff --git a/charts/incubator/smartctl-exporter/questions.yaml b/charts/stable/smartctl-exporter/questions.yaml similarity index 100% rename from charts/incubator/smartctl-exporter/questions.yaml rename to charts/stable/smartctl-exporter/questions.yaml diff --git a/charts/incubator/smartctl-exporter/templates/NOTES.txt b/charts/stable/smartctl-exporter/templates/NOTES.txt similarity index 100% rename from charts/incubator/smartctl-exporter/templates/NOTES.txt rename to charts/stable/smartctl-exporter/templates/NOTES.txt diff --git a/charts/incubator/smartctl-exporter/templates/common.yaml b/charts/stable/smartctl-exporter/templates/common.yaml similarity index 100% rename from charts/incubator/smartctl-exporter/templates/common.yaml rename to charts/stable/smartctl-exporter/templates/common.yaml diff --git a/charts/incubator/smartctl-exporter/values.yaml b/charts/stable/smartctl-exporter/values.yaml similarity index 100% rename from charts/incubator/smartctl-exporter/values.yaml rename to charts/stable/smartctl-exporter/values.yaml