diff --git a/charts/idrac-exporter/Chart.yaml b/charts/idrac-exporter/Chart.yaml index 5f24a3c..673ff9f 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.5.0" +version: "0.6.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.4.3" +appVersion: "1.4.4" diff --git a/internal/collector/client.go b/internal/collector/client.go index 1853b09..e47b46d 100644 --- a/internal/collector/client.go +++ b/internal/collector/client.go @@ -481,7 +481,7 @@ func (client *Client) redfishGet(path string, res interface{}) error { } if config.Debug { - log.Debug("Reponse from %q: %s", url, body) + log.Debug("Response from %q: %s", url, body) } err = json.Unmarshal(body, res)