Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/prometheus-systemd-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: prometheus-systemd-exporter
description: A Helm chart for prometheus systemd-exporter
type: application
version: 0.5.1
version: 0.5.2
appVersion: "0.7.0"
home: https://github.com/prometheus-community/systemd_exporter
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-systemd-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ containerSecurityContext:
hostNetwork: true

# Share the host process ID namespace
hostPID: true
hostPID: false

## Assign a group of affinity scheduling rules
##
Expand Down