From 7dac8e94908d7d8258c02bac492e680676af437e Mon Sep 17 00:00:00 2001 From: Martin Hansen Date: Tue, 23 Jul 2024 19:48:51 +0200 Subject: [PATCH] new release --- README.md | 2 +- charts/idrac-exporter/Chart.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e9e8553..98c24ab 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ metrics: As shown in the above example, under `hosts` you can specify login information for individual hosts via their IP address, otherwise the exporter will attempt to use the login information under `default`. The login user only needs read-only permissions. Under `metrics` you can select what kind of metrics that should be returned, as described in more detail below. -**For a detailed description of the configuration, please see the [sample-config.yml](sample-config.yml) file.** +**For a detailed description of the configuration, please see the [sample-config.yml](sample-config.yml) file. In this file you can also find the corresponding environment variables for the different configuration options.** Because the metrics are collected on-demand it can take several minutes to scrape the metrics endpoint, depending on how many metrics groups are selected in the configuration file. For this reason you should carefully select the metrics of interest and make sure Prometheus is configured with a sufficiently high scrape timeout value. diff --git a/charts/idrac-exporter/Chart.yaml b/charts/idrac-exporter/Chart.yaml index f543598..96bfa36 100644 --- a/charts/idrac-exporter/Chart.yaml +++ b/charts/idrac-exporter/Chart.yaml @@ -6,10 +6,10 @@ 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.1.9" +version: "0.2.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: "1.3.1" +appVersion: "1.4.0"