fix(emulatorjs: allow access to root fs. (#1590)

* fix(emulatorjs: allow access to root fs.

* also update GUI
This commit is contained in:
Stavros Kois 2021-12-20 19:53:30 +02:00 committed by GitHub
parent 0710b35a3b
commit 74ab3a8abd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: emulatorjs
version: 0.0.7
version: 0.0.8
appVersion: "1.4.2"
description: Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles.
type: application

View File

@ -379,7 +379,7 @@ questions:
label: "ReadOnly Root Filesystem"
schema:
type: boolean
default: true
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
schema:

View File

@ -5,6 +5,7 @@ image:
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0