diff --git a/bundle/manifests/shipwright-operator.clusterserviceversion.yaml b/bundle/manifests/shipwright-operator.clusterserviceversion.yaml index fb77ce013..86f283537 100644 --- a/bundle/manifests/shipwright-operator.clusterserviceversion.yaml +++ b/bundle/manifests/shipwright-operator.clusterserviceversion.yaml @@ -463,7 +463,7 @@ spec: securityContext: allowPrivilegeEscalation: false securityContext: - runAsUser: 65532 + runAsNonRoot: true serviceAccountName: shipwright-operator terminationGracePeriodSeconds: 10 permissions: diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 7e4b6f837..ff5ba963d 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -23,7 +23,7 @@ spec: app: shipwright-operator spec: securityContext: - runAsUser: 65532 + runAsNonRoot: true containers: - args: - --leader-elect