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:
@@ -30,7 +30,7 @@ secret:
|
||||
ADMIN-KEY: ""
|
||||
|
||||
env:
|
||||
USER_ID: "{{ .Values.env.PUID }}"
|
||||
USER_ID: "{{ .Values.security.PUID }}"
|
||||
# Path to custom models (needs to be on documentation)
|
||||
MODELSTORE-DETECTION: "{{ .Values.persistence.modelstore.mountPath }}"
|
||||
# High|Medium|Low
|
||||
|
||||
Reference in New Issue
Block a user