From f69e909109fa441a306bfdf6cdaacb8b5a6c3547 Mon Sep 17 00:00:00 2001 From: Roger Rumao Date: Wed, 29 Dec 2021 13:19:49 -0600 Subject: [PATCH] [mealie] Fix postgresql subchart name (#1328) --- charts/stable/mealie/Chart.yaml | 2 +- charts/stable/mealie/README.md | 4 ++-- charts/stable/mealie/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/stable/mealie/Chart.yaml b/charts/stable/mealie/Chart.yaml index bc856726..e1af3967 100644 --- a/charts/stable/mealie/Chart.yaml +++ b/charts/stable/mealie/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v0.5.1 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.2.0 +version: 3.2.1 kubeVersion: ">=1.16.0-0" keywords: - grocy diff --git a/charts/stable/mealie/README.md b/charts/stable/mealie/README.md index 6cc296c3..79bf202f 100644 --- a/charts/stable/mealie/README.md +++ b/charts/stable/mealie/README.md @@ -1,6 +1,6 @@ # mealie -![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: v0.5.1](https://img.shields.io/badge/AppVersion-v0.5.1-informational?style=flat-square) +![Version: 3.2.1](https://img.shields.io/badge/Version-3.2.1-informational?style=flat-square) ![AppVersion: v0.5.1](https://img.shields.io/badge/AppVersion-v0.5.1-informational?style=flat-square) 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. @@ -84,7 +84,7 @@ N/A | image.tag | string | `"v0.5.1"` | image tag | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| postgres | object | See values.yaml | Enable and configure postgresql database subchart under this key. For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) | +| postgresql | object | See values.yaml | Enable and configure postgresql database subchart under this key. For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) | | service | object | See values.yaml | Configures service settings for the chart. | ## Changelog diff --git a/charts/stable/mealie/values.yaml b/charts/stable/mealie/values.yaml index e00f80f2..20ad3861 100644 --- a/charts/stable/mealie/values.yaml +++ b/charts/stable/mealie/values.yaml @@ -45,7 +45,7 @@ persistence: # -- Enable and configure postgresql database subchart under this key. # For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) # @default -- See values.yaml -postgres: +postgresql: enabled: false postgresqlUsername: mealie postgresqlPassword: mealie-pass