Skip to content

Commit

Permalink
[stable/prometheus-node-exporter] Upgrade to 1.0.0 & set group to non…
Browse files Browse the repository at this point in the history
…-root (helm#22603)

Signed-off-by: Steven Sheehy <[email protected]>
  • Loading branch information
steven-sheehy authored May 31, 2020
1 parent 7ebe7a0 commit 51e85ea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 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: 0.18.1
appVersion: 1.0.0
description: A Helm chart for prometheus node-exporter
name: prometheus-node-exporter
version: 1.9.1
version: 1.10.0
home: https://github.com/prometheus/node_exporter/
sources:
- https://github.com/prometheus/node_exporter/
Expand Down
4 changes: 2 additions & 2 deletions 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 | `v0.18.1` |
| `image.tag` | Image tag | `v1.0.0` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `extraArgs` | Additional container arguments | `[]` |
| `extraHostVolumeMounts` | Additional host volume mounts | `[]` |
Expand All @@ -57,7 +57,7 @@ The following table lists the configurable parameters of the Node Exporter chart
| `serviceAccount.create` | Specifies whether a service account should be created. | `true` |
| `serviceAccount.name` | Service account to be used. If not set and `serviceAccount.create` is `true`, a name is generated using the fullname template | |
| `serviceAccount.imagePullSecrets` | Specify image pull secrets | `[]` |
| `securityContext` | SecurityContext | `{"runAsNonRoot": true, "runAsUser": 65534}` |
| `securityContext` | SecurityContext | See values.yaml |
| `affinity` | A group of affinity scheduling rules for pod assignment | `{}` |
| `nodeSelector` | Node labels for pod assignment | `{}` |
| `tolerations` | List of node taints to tolerate | `- effect: NoSchedule operator: Exists` |
Expand Down
4 changes: 3 additions & 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: v0.18.1
tag: v1.0.0
pullPolicy: IfNotPresent

service:
Expand Down Expand Up @@ -50,6 +50,8 @@ serviceAccount:
imagePullSecrets: []

securityContext:
fsGroup: 65534
runAsGroup: 65534
runAsNonRoot: true
runAsUser: 65534

Expand Down

0 comments on commit 51e85ea

Please sign in to comment.