mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix(helm#23318): [stable/prometheus-blackbox-exporter] (#23319)
fix PodSecurityPolicy to fit NET_RAW Capability Signed-off-by: Siarhei Bareika <hood.box@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: Prometheus Blackbox Exporter
|
||||
name: prometheus-blackbox-exporter
|
||||
version: 4.2.1
|
||||
version: 4.2.2
|
||||
appVersion: 0.16.0
|
||||
home: https://github.com/prometheus/blackbox_exporter
|
||||
sources:
|
||||
|
||||
@@ -36,4 +36,8 @@ spec:
|
||||
- min: 1
|
||||
max: 65535
|
||||
readOnlyRootFilesystem: {{ .Values.readOnlyRootFilesystem }}
|
||||
{{- if .Values.allowIcmp }}
|
||||
allowedCapabilities:
|
||||
- NET_RAW
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user