From ab3b1cf66fb0b683dfd381e305bb2b25e168ae5d Mon Sep 17 00:00:00 2001 From: Aviram Hassan Date: Fri, 15 Dec 2023 12:28:49 +0200 Subject: [PATCH] fix openshift, 0.6.1 (#20) --- mirrord-operator/Chart.yaml | 2 +- mirrord-operator/templates/scc.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mirrord-operator/Chart.yaml b/mirrord-operator/Chart.yaml index 0f4e3ce..0bb0032 100644 --- a/mirrord-operator/Chart.yaml +++ b/mirrord-operator/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.6.0 +version: 0.6.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/mirrord-operator/templates/scc.yaml b/mirrord-operator/templates/scc.yaml index 5516938..c00d6e8 100644 --- a/mirrord-operator/templates/scc.yaml +++ b/mirrord-operator/templates/scc.yaml @@ -8,7 +8,7 @@ allowPrivilegedContainer: false allowHostDirVolumePlugin: true allowedCapabilities: ["SYS_ADMIN", "SYS_PTRACE", "NET_RAW", "NET_ADMIN"] runAsUser: - type: MustRunAsNonRoot + type: RunAsAny seLinuxContext: type: MustRunAs users: