Skip to content

Commit

Permalink
[stable/prometheus-node-exporter] Version bump to 1.0.1 (helm#23151)
Browse files Browse the repository at this point in the history
https://github.com/prometheus/node_exporter/releases/tag/v1.0.1

Try fixing CI as suggested by @vsliouniaev

Signed-off-by: Manuel Rüger <[email protected]>
Signed-off-by: Miguel Mingorance <[email protected]>
  • Loading branch information
mrueg authored and Miguel Mingorance committed Aug 28, 2020
1 parent 8c13e72 commit 4eec217
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/prometheus-node-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: 1.0.0
appVersion: 1.0.1
description: A Helm chart for prometheus node-exporter
name: prometheus-node-exporter
version: 1.11.0
version: 1.11.1
home: https://github.com/prometheus/node_exporter/
sources:
- https://github.com/prometheus/node_exporter/
Expand Down
2 changes: 1 addition & 1 deletion stable/prometheus-node-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The following table lists the configurable parameters of the Node Exporter chart
| Parameter | Description | Default |
| ------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ |
| `image.repository` | Image repository | `quay.io/prometheus/node-exporter` |
| `image.tag` | Image tag | `v1.0.0` |
| `image.tag` | Image tag | `v1.0.1` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `extraArgs` | Additional container arguments | `[]` |
| `extraHostVolumeMounts` | Additional host volume mounts | `[]` |
Expand Down
3 changes: 3 additions & 0 deletions stable/prometheus-node-exporter/ci/port-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
service:
targetPort: 9102
port: 9102
2 changes: 1 addition & 1 deletion stable/prometheus-node-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.
image:
repository: quay.io/prometheus/node-exporter
tag: v1.0.0
tag: v1.0.1
pullPolicy: IfNotPresent

service:
Expand Down

0 comments on commit 4eec217

Please sign in to comment.