fix(apps): Correctly map TZ variable (#2044)
This commit is contained in:
@@ -31,7 +31,7 @@ sources:
|
||||
- https://github.com/LycheeOrg/Lychee
|
||||
- https://hub.docker.com/r/lycheeorg/lychee
|
||||
type: application
|
||||
version: 11.0.0
|
||||
version: 11.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -20,8 +20,8 @@ service:
|
||||
|
||||
env:
|
||||
# Internal Envs
|
||||
TIMEZONE: "{{ .Values.security.TZ }}"
|
||||
PHP_TZ: "{{ .Values.security.TZ }}"
|
||||
TIMEZONE: "{{ .Values.TZ }}"
|
||||
PHP_TZ: "{{ .Values.TZ }}"
|
||||
DB_CONNECTION: "pgsql"
|
||||
DB_PORT: "5432"
|
||||
DB_DATABASE: "{{ .Values.postgresql.postgresqlDatabase }}"
|
||||
|
||||
Reference in New Issue
Block a user