From 36859b07dc059d1d528d352b5e8d3a63d940ab7b Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Mon, 9 Oct 2023 20:50:47 +0200 Subject: [PATCH] docs(nut-exporter): Add some metadata to chart --- charts/nut-exporter/Chart.yaml | 4 +++- charts/nut-exporter/README.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/charts/nut-exporter/Chart.yaml b/charts/nut-exporter/Chart.yaml index f713d5ce7..bf5257d01 100644 --- a/charts/nut-exporter/Chart.yaml +++ b/charts/nut-exporter/Chart.yaml @@ -3,6 +3,8 @@ name: nut-exporter description: Installs NUT exporter in Kubernetes annotations: artifacthub.io/category: monitoring-logging +home: https://github.com/DRuggeri/nut_exporter +icon: https://avatars.githubusercontent.com/u/3526263 keywords: - Network UPS Tools - prometheus-exporter @@ -13,5 +15,5 @@ sources: - https://github.com/acolombier/nut_exporter/tree/feat/add-helm-chart type: application -version: 0.3.8 +version: 0.3.9 appVersion: 3.0.0 diff --git a/charts/nut-exporter/README.md b/charts/nut-exporter/README.md index fa66fd750..c793734a8 100644 --- a/charts/nut-exporter/README.md +++ b/charts/nut-exporter/README.md @@ -1,9 +1,11 @@ # nut-exporter -   +   Installs NUT exporter in Kubernetes +**Homepage:** <https://github.com/DRuggeri/nut_exporter> + ## Source Code * <https://git.shivering-isles.com/shivering-isles/infrastructure-gitops/-/tree/main/charts/nut-exporter> -- GitLab