fix(mealie): use the new var for defining db type (#3714)
This commit is contained in:
parent
6be7724375
commit
f7623e5f39
|
@ -22,7 +22,7 @@ name: mealie
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/mealie
|
||||
- https://github.com/hay-kot/mealie
|
||||
version: 8.0.35
|
||||
version: 9.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
||||
|
|
|
@ -12,7 +12,7 @@ podSecurityContext:
|
|||
runAsGroup: 0
|
||||
|
||||
env:
|
||||
DB_TYPE: postgres
|
||||
DB_ENGINE: postgres
|
||||
POSTGRES_DB: "{{ .Values.postgresql.postgresqlDatabase }}"
|
||||
POSTGRES_USER: "{{ .Values.postgresql.postgresqlUsername }}"
|
||||
POSTGRES_PASSWORD:
|
||||
|
|
Loading…
Reference in New Issue