File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
charts/prometheus-dellhw-exporter Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 1.1.0
18
+ version : 1.1.1
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 2
2
3
3
A Helm chart for the dellhw_exporter
4
4
5
- ![ Version: 1.1.0 ] ( https://img.shields.io/badge/Version-1.1.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v2.0.0-rc.1] ( https://img.shields.io/badge/AppVersion-v2.0.0--rc.1-informational?style=flat-square )
5
+ ![ Version: 1.1.1 ] ( https://img.shields.io/badge/Version-1.1.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v2.0.0-rc.1] ( https://img.shields.io/badge/AppVersion-v2.0.0--rc.1-informational?style=flat-square )
6
6
7
7
## Get Repo Info
8
8
Original file line number Diff line number Diff line change @@ -120,12 +120,12 @@ additionalEnv: []
120
120
# valueFrom:
121
121
# fieldRef:
122
122
# fieldPath: spec.nodeName
123
- # E.g., to enable the `chassis_info` collector you can add this env var
124
- # - name: DELLHW_EXPORTER_COLLECTORS_ADDITIONAL
125
- # value: "chassis_info"
126
- # List of nics to monitor
127
- # - name: DELLHW_EXPORTER_MONITORED_NICS
128
- # value: "nic1,nic2"
123
+ # E.g., to enable the `chassis_info` collector you can add this env var
124
+ # - name: DELLHW_EXPORTER_COLLECTORS_ADDITIONAL
125
+ # value: "chassis_info"
126
+ # List of nics to monitor
127
+ # - name: DELLHW_EXPORTER_MONITORED_NICS
128
+ # value: "nic1,nic2"
129
129
130
130
# -- Additional volumes to be mounted in the dellhw_exporter container.
131
131
additionalVolumes : []
You can’t perform that action at this time.
0 commit comments