Skip to content

Commit

Permalink
fix(mealie): use the new var for defining db type (#3714)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k authored Sep 7, 2022
1 parent 6be7724 commit f7623e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/stable/mealie/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/mealie/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f7623e5

Please sign in to comment.