From 23ef5c4edcbc255e19a403569e54a45d98ef705a Mon Sep 17 00:00:00 2001 From: Alberto Pimpo Date: Tue, 6 Aug 2024 13:14:22 +0200 Subject: [PATCH] Change Openshift scc seLinuxContext to RunAsAny Signed-off-by: Alberto Pimpo --- charts/fluent-bit/Chart.yaml | 2 +- charts/fluent-bit/templates/scc.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/fluent-bit/Chart.yaml b/charts/fluent-bit/Chart.yaml index 2311e63a..19e2e83d 100644 --- a/charts/fluent-bit/Chart.yaml +++ b/charts/fluent-bit/Chart.yaml @@ -5,7 +5,7 @@ keywords: - logging - fluent-bit - fluentd -version: 0.47.7 +version: 0.47.8 appVersion: 3.1.6 icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/fluentd/fluentbit/icon/fluentbit-icon-color.svg home: https://fluentbit.io/ diff --git a/charts/fluent-bit/templates/scc.yaml b/charts/fluent-bit/templates/scc.yaml index 5c599106..a28fd00e 100644 --- a/charts/fluent-bit/templates/scc.yaml +++ b/charts/fluent-bit/templates/scc.yaml @@ -27,7 +27,7 @@ requiredDropCapabilities: runAsUser: type: RunAsAny seLinuxContext: - type: MustRunAs + type: RunAsAny supplementalGroups: type: RunAsAny volumes: