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:
Kjeld Schouten-Lebbing
2022-03-03 15:04:31 +01:00
committed by GitHub
parent 4bde534ce8
commit 4c5c3e5197
270 changed files with 592 additions and 70 deletions
@@ -712,6 +712,8 @@ questions:
# Include{ingressList}
# Include{security}
- variable: advancedSecurity
label: "Show Advanced Security Settings"
group: "Security and Permissions"
+1 -1
View File
@@ -31,7 +31,7 @@ podSecurityContext:
runAsGroup: 0
env:
UID: "{{ .Values.env.PUID }}"
UID: "{{ .Values.security.PUID }}"
EULA: "TRUE"
VERSION: "LATEST"
TYPE: "VANILLA"