Remove deprecated env and update app version (#1452)

This commit is contained in:
Jonathan Bartlett 2022-03-11 17:10:24 +00:00 committed by GitHub
parent e1d68c84f2
commit 0fa3722295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v2 apiVersion: v2
appVersion: v0.5.1 appVersion: v0.5.6
description: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. description: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family.
name: mealie name: mealie
version: 3.3.0 version: 4.0.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- grocy - grocy
@ -24,6 +24,6 @@ dependencies:
annotations: annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: changed - kind: changed
description: Upgraded `common` chart dependency to version `4.3.0`. description: Upgraded app version `v0.5.6`.
- kind: changed - kind: changed
description: Upgraded `postgresql` chart dependency to version `10.14.4`. description: Removed deprecated DB_TYPE environment variable in favour of DB_ENGINE.

View File

@ -9,7 +9,8 @@ image:
# -- image repository # -- image repository
repository: hkotel/mealie repository: hkotel/mealie
# -- image tag # -- image tag
tag: v0.5.1 # @default -- chart.appVersion
tag:
# -- image pull policy # -- image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
@ -19,7 +20,7 @@ env:
# -- Set the container timezone # -- Set the container timezone
TZ: UTC TZ: UTC
# -- Set the application database type # -- Set the application database type
DB_TYPE: sqlite DB_ENGINE: sqlite
# -- Configures service settings for the chart. # -- Configures service settings for the chart.
# @default -- See values.yaml # @default -- See values.yaml