From 9a68a068f94774e3731251d47d1d7637ebfaf5e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 01:27:42 -0500 Subject: [PATCH] :arrow_up: Update vabene1111/recipes Docker tag to v1.4.8 (#70) * :arrow_up: Update vabene1111/recipes Docker tag to v1.4.8 * :wrench: Update chart metadata --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] --- charts/tandoor/Chart.yaml | 6 +++--- charts/tandoor/README.md | 6 +++--- charts/tandoor/values.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/tandoor/Chart.yaml b/charts/tandoor/Chart.yaml index 8758980f2..34732dacc 100644 --- a/charts/tandoor/Chart.yaml +++ b/charts/tandoor/Chart.yaml @@ -4,9 +4,9 @@ description: Application for managing recipes, planning meals, building shopping home: https://charts.gabe565.com/charts/tandoor icon: https://raw.githubusercontent.com/vabene1111/recipes/master/docs/logo_color.svg type: application -version: 0.4.5 +version: 0.4.6 # renovate datasource=docker depName=vabene1111/recipes -appVersion: 1.4.7 +appVersion: 1.4.8 kubeVersion: ">=1.22.0-0" keywords: - recipes @@ -29,4 +29,4 @@ sources: annotations: artifacthub.io/changes: |- - kind: changed - description: Update common Helm release to v1.3.2 + description: Update vabene1111/recipes Docker tag to v1.4.8 diff --git a/charts/tandoor/README.md b/charts/tandoor/README.md index 06d6b9907..9c9a63131 100644 --- a/charts/tandoor/README.md +++ b/charts/tandoor/README.md @@ -2,9 +2,9 @@ tandoor logo -![Version: 0.4.5](https://img.shields.io/badge/Version-0.4.5-informational?style=flat) +![Version: 0.4.6](https://img.shields.io/badge/Version-0.4.6-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: 1.4.7](https://img.shields.io/badge/AppVersion-1.4.7-informational?style=flat) +![AppVersion: 1.4.8](https://img.shields.io/badge/AppVersion-1.4.8-informational?style=flat) Application for managing recipes, planning meals, building shopping lists and much much more! @@ -89,7 +89,7 @@ N/A | env.TIMEZONE | string | `"UTC"` | default timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"vabene1111/recipes"` | image repository | -| image.tag | string | `"1.4.7"` | image tag | +| image.tag | string | `"1.4.8"` | image tag | | ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. | | persistence | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. | | postgresql | object | See [values.yaml](./values.yaml) | Enable and configure postgresql database subchart under this key. [[ref]](https://github.com/bitnami/charts/tree/master/bitnami/mariadb) | diff --git a/charts/tandoor/values.yaml b/charts/tandoor/values.yaml index 3b90db3ab..152bfe658 100644 --- a/charts/tandoor/values.yaml +++ b/charts/tandoor/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: vabene1111/recipes # -- image tag - tag: 1.4.7 + tag: 1.4.8 # -- image pull policy pullPolicy: IfNotPresent # -- image tag