Skip to content

Commit

Permalink
Fix seccomp-profiles for openshift
Browse files Browse the repository at this point in the history
This commit fixes a  problem with seccomp profiles for openshift
after these profiles were introduced in kube-prometheus-stack version 46.3,
see prometheus-community/helm-charts#3201

Signed-off-by: michal.gubricky <[email protected]>
  • Loading branch information
michal-gubricky authored and chess-knight committed Dec 6, 2023
1 parent 24a76bb commit 1f146a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

apiVersion: v2
name: dnation-kubernetes-monitoring-stack
version: 3.4.2
version: 3.4.3
appVersion: 2.6.2 # dnation-kubernetes-monitoring
description: An umbrella helm chart for Kubernetes monitoring based on kube-prometheus-stack, thanos, loki, loki-distributed, promtail and dnation-kubernetes-monitoring.
keywords:
Expand Down
2 changes: 2 additions & 0 deletions chart/templates/openshift/scc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ allowPrivilegeEscalation: true
allowPrivilegedContainer: true
allowedCapabilities: []
defaultAddCapabilities: null
seccompProfiles:
- runtime/default
fsGroup:
type: RunAsAny
groups:
Expand Down

0 comments on commit 1f146a4

Please sign in to comment.