diff --git a/charts/prometheus-adapter/Chart.yaml b/charts/prometheus-adapter/Chart.yaml index abec1ab7199b..4ef1e1fb06e3 100644 --- a/charts/prometheus-adapter/Chart.yaml +++ b/charts/prometheus-adapter/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: prometheus-adapter -version: 2.6.1 +version: 2.6.2 appVersion: v0.7.0 description: A Helm chart for k8s prometheus adapter home: https://github.com/DirectXMan12/k8s-prometheus-adapter diff --git a/charts/prometheus-adapter/templates/custom-metrics-apiserver-psp.yaml b/charts/prometheus-adapter/templates/custom-metrics-apiserver-psp.yaml index 752fc1e6b89c..a88c9c2f2a0d 100644 --- a/charts/prometheus-adapter/templates/custom-metrics-apiserver-psp.yaml +++ b/charts/prometheus-adapter/templates/custom-metrics-apiserver-psp.yaml @@ -20,8 +20,8 @@ spec: runAsUser: rule: MustRunAs ranges: - - max: 1024 - min: 65535 + - min: 1024 + max: 65535 seLinux: rule: RunAsAny supplementalGroups: