From 0fa37222953985fb7b7e90116fd67b83db0ba971 Mon Sep 17 00:00:00 2001 From: Jonathan Bartlett <34320158+Jonnobrow@users.noreply.github.com> Date: Fri, 11 Mar 2022 17:10:24 +0000 Subject: [PATCH] Remove deprecated env and update app version (#1452) --- charts/stable/mealie/Chart.yaml | 8 ++++---- charts/stable/mealie/values.yaml | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/charts/stable/mealie/Chart.yaml b/charts/stable/mealie/Chart.yaml index a8af33da..6c6c9844 100644 --- a/charts/stable/mealie/Chart.yaml +++ b/charts/stable/mealie/Chart.yaml @@ -1,8 +1,8 @@ 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. name: mealie -version: 3.3.0 +version: 4.0.0 kubeVersion: ">=1.16.0-0" keywords: - grocy @@ -24,6 +24,6 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: Upgraded `common` chart dependency to version `4.3.0`. + description: Upgraded app version `v0.5.6`. - kind: changed - description: Upgraded `postgresql` chart dependency to version `10.14.4`. + description: Removed deprecated DB_TYPE environment variable in favour of DB_ENGINE. diff --git a/charts/stable/mealie/values.yaml b/charts/stable/mealie/values.yaml index 20ad3861..10b0429c 100644 --- a/charts/stable/mealie/values.yaml +++ b/charts/stable/mealie/values.yaml @@ -9,7 +9,8 @@ image: # -- image repository repository: hkotel/mealie # -- image tag - tag: v0.5.1 + # @default -- chart.appVersion + tag: # -- image pull policy pullPolicy: IfNotPresent @@ -19,7 +20,7 @@ env: # -- Set the container timezone TZ: UTC # -- Set the application database type - DB_TYPE: sqlite + DB_ENGINE: sqlite # -- Configures service settings for the chart. # @default -- See values.yaml