From 647f773b14b65740c2c159148b8f86d64a9778cc Mon Sep 17 00:00:00 2001 From: drfaust92 Date: Sat, 6 Apr 2024 22:11:00 +0300 Subject: [PATCH] bump to 0.12.0 Signed-off-by: drfaust92 --- charts/prometheus-smartctl-exporter/Chart.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/charts/prometheus-smartctl-exporter/Chart.yaml b/charts/prometheus-smartctl-exporter/Chart.yaml index 7a13758d0263..8399b1aeb2f6 100644 --- a/charts/prometheus-smartctl-exporter/Chart.yaml +++ b/charts/prometheus-smartctl-exporter/Chart.yaml @@ -15,13 +15,17 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.7.1 +version: 0.8.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: v0.11.0 +appVersion: v0.12.0 + +home: https://github.com/prometheus-community/smartctl_exporter +sources: + - https://github.com/prometheus-community/smartctl_exporter maintainers: - name: kfox1111