fix(Apps): BREAKING CHANGE Move some env-vars outside of env section (#2010)
* set TZ, PUID and UMASK differently * more fixes * this might be breaking so bump major * ensure PUID and UMASK references are updated * update test * fiz references
This commit is contained in:
@@ -409,6 +409,8 @@ questions:
|
||||
# Include{ingressExpert}
|
||||
|
||||
# Include{ingressList}
|
||||
# Include{security}
|
||||
|
||||
- variable: advancedSecurity
|
||||
label: "Show Advanced Security Settings"
|
||||
group: "Security and Permissions"
|
||||
|
||||
@@ -36,7 +36,7 @@ secret:
|
||||
VNC_PASSWORD: ""
|
||||
env:
|
||||
# Permissions Settings
|
||||
USER_ID: "{{ .Values.env.PUID }}"
|
||||
USER_ID: "{{ .Values.security.PUID }}"
|
||||
# General Settings
|
||||
KEEP_APP_RUNNING: 0
|
||||
CLEAN_TMP_DIR: 1
|
||||
|
||||
Reference in New Issue
Block a user