Skip to content

Commit

Permalink
[bitnami/node-exporter] fix: 🐛 Set seLinuxOptions to {} (bitnami#24675)
Browse files Browse the repository at this point in the history
* [bitnami/node-exporter] fix: 🐛 Set seLinuxOptions to {}

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: Jonathan Gazeley <me@jonathangazeley.com>
  • Loading branch information
2 people authored and djjudas21 committed Apr 17, 2024
1 parent 5753737 commit f83cdff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bitnami/node-exporter/Chart.yaml
Expand Up @@ -28,4 +28,4 @@ maintainers:
name: node-exporter
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/node-exporter
version: 4.0.0
version: 4.0.1
2 changes: 1 addition & 1 deletion bitnami/node-exporter/README.md
Expand Up @@ -121,7 +121,7 @@ As an alternative, you can use the preset configurations for pod affinity, pod a
| `podSecurityContext.supplementalGroups` | Set filesystem extra groups | `[]` |
| `podSecurityContext.fsGroup` | Set Node exporter pod's Security Context fsGroup | `1001` |
| `containerSecurityContext.enabled` | Enabled containers' Security Context | `true` |
| `containerSecurityContext.seLinuxOptions` | Set SELinux options in container | `nil` |
| `containerSecurityContext.seLinuxOptions` | Set SELinux options in container | `{}` |
| `containerSecurityContext.runAsUser` | Set containers' Security Context runAsUser | `1001` |
| `containerSecurityContext.runAsGroup` | Set containers' Security Context runAsGroup | `1001` |
| `containerSecurityContext.runAsNonRoot` | Set container's Security Context runAsNonRoot | `true` |
Expand Down
2 changes: 1 addition & 1 deletion bitnami/node-exporter/values.yaml
Expand Up @@ -219,7 +219,7 @@ podSecurityContext:
##
containerSecurityContext:
enabled: true
seLinuxOptions: null
seLinuxOptions: {}
runAsUser: 1001
runAsGroup: 1001
runAsNonRoot: true
Expand Down

0 comments on commit f83cdff

Please sign in to comment.