From c187e518d6d156a835c783513a2ece71a66c2225 Mon Sep 17 00:00:00 2001 From: claughinghouse Date: Mon, 21 Jun 2021 03:08:42 -0400 Subject: [PATCH] feat: bump mealie container version (#1038) --- charts/stable/mealie/Chart.yaml | 4 ++-- charts/stable/mealie/README.md | 13 ++++++++++--- charts/stable/mealie/README_CHANGELOG.md.gotmpl | 7 +++++++ charts/stable/mealie/values.yaml | 4 ++-- 4 files changed, 21 insertions(+), 7 deletions(-) diff --git a/charts/stable/mealie/Chart.yaml b/charts/stable/mealie/Chart.yaml index 8a68b7db..e3c79b0c 100644 --- a/charts/stable/mealie/Chart.yaml +++ b/charts/stable/mealie/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: v0.4.3 +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: 2.2.0 +version: 2.2.1 kubeVersion: ">=1.16.0-0" keywords: - grocy diff --git a/charts/stable/mealie/README.md b/charts/stable/mealie/README.md index cb6e713e..19459416 100644 --- a/charts/stable/mealie/README.md +++ b/charts/stable/mealie/README.md @@ -1,6 +1,6 @@ # mealie -![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: v0.4.3](https://img.shields.io/badge/AppVersion-v0.4.3-informational?style=flat-square) +![Version: 2.2.1](https://img.shields.io/badge/Version-2.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. @@ -75,12 +75,12 @@ N/A | Key | Type | Default | Description | |-----|------|---------|-------------| -| env | object | See below | environment variables. See [image docs](https://hay-kot.github.io/mealie/getting-started/install/#env-variables) for more details. | +| env | object | See below | environment variables. See [image docs](https://hay-kot.github.io/mealie/documentation/getting-started/install/#env-variables) for more details. | | env.DB_TYPE | string | `"sqlite"` | Set the application database type | | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"hkotel/mealie"` | image repository | -| image.tag | string | `"v0.4.3"` | image tag | +| 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. | | service | object | See values.yaml | Configures service settings for the chart. | @@ -91,6 +91,12 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [2.0.1] + +#### Changed + +- Bump container version to `v0.5.1`. + ### [2.0.0] #### Changed @@ -112,6 +118,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A +[2.0.1]: #201 [2.0.0]: #200 [1.0.0]: #100 diff --git a/charts/stable/mealie/README_CHANGELOG.md.gotmpl b/charts/stable/mealie/README_CHANGELOG.md.gotmpl index 31fc4a53..4a6d636c 100644 --- a/charts/stable/mealie/README_CHANGELOG.md.gotmpl +++ b/charts/stable/mealie/README_CHANGELOG.md.gotmpl @@ -9,6 +9,12 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [2.0.1] + +#### Changed + +- Bump container version to `v0.5.1`. + ### [2.0.0] #### Changed @@ -30,6 +36,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A +[2.0.1]: #201 [2.0.0]: #200 [1.0.0]: #100 {{- end -}} diff --git a/charts/stable/mealie/values.yaml b/charts/stable/mealie/values.yaml index dc21789a..0d73b93b 100644 --- a/charts/stable/mealie/values.yaml +++ b/charts/stable/mealie/values.yaml @@ -9,11 +9,11 @@ image: # -- image repository repository: hkotel/mealie # -- image tag - tag: v0.4.3 + tag: v0.5.1 # -- image pull policy pullPolicy: IfNotPresent -# -- environment variables. See [image docs](https://hay-kot.github.io/mealie/getting-started/install/#env-variables) for more details. +# -- environment variables. See [image docs](https://hay-kot.github.io/mealie/documentation/getting-started/install/#env-variables) for more details. # @default -- See below env: # -- Set the container timezone