From 1ade38ffe5ea07d268ecda4c17961d106be14214 Mon Sep 17 00:00:00 2001 From: "gabe565-renovate[bot]" <156644344+gabe565-renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 00:56:18 -0500 Subject: [PATCH] chore(deps): update ghcr.io/tandoorrecipes/recipes docker tag to v1.5.19 (#667) * chore(deps): update ghcr.io/tandoorrecipes/recipes docker tag to v1.5.19 * chore: Update chart metadata --------- Co-authored-by: gabe565-renovate[bot] <156644344+gabe565-renovate[bot]@users.noreply.github.com> Co-authored-by: chart-bot <160046936+charts-bot[bot]@users.noreply.github.com> --- charts/tandoor/Chart.yaml | 6 +++--- charts/tandoor/README.md | 8 ++++---- charts/tandoor/values.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/tandoor/Chart.yaml b/charts/tandoor/Chart.yaml index 5438114b6..ee5c7bd80 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.9.6 +version: 0.9.7 # renovate datasource=docker depName=ghcr.io/tandoorrecipes/recipes -appVersion: 1.5.18 +appVersion: 1.5.19 kubeVersion: ">=1.22.0-0" keywords: - recipes @@ -27,7 +27,7 @@ annotations: artifacthub.io/alternativeName: tandoor-recipes artifacthub.io/changes: |- - kind: changed - description: Update ghcr.io/tandoorrecipes/recipes docker tag to v1.5.18 + description: Update ghcr.io/tandoorrecipes/recipes docker tag to v1.5.19 artifacthub.io/links: |- - name: App Source url: https://github.com/TandoorRecipes/recipes diff --git a/charts/tandoor/README.md b/charts/tandoor/README.md index f2b980ace..95ce51510 100644 --- a/charts/tandoor/README.md +++ b/charts/tandoor/README.md @@ -2,16 +2,16 @@ tandoor logo -![Version: 0.9.6](https://img.shields.io/badge/Version-0.9.6-informational?style=flat) +![Version: 0.9.7](https://img.shields.io/badge/Version-0.9.7-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: 1.5.18](https://img.shields.io/badge/AppVersion-1.5.18-informational?style=flat) +![AppVersion: 1.5.19](https://img.shields.io/badge/AppVersion-1.5.19-informational?style=flat) Application for managing recipes, planning meals, building shopping lists and much much more! **Homepage:** **This chart is not maintained by the upstream project and any issues with the chart should be raised -[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=tandoor&version=0.9.6)** +[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=tandoor&version=0.9.7)** ## Source Code @@ -89,7 +89,7 @@ N/A | env.TIMEZONE | string | `"UTC"` | default timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/tandoorrecipes/recipes"` | image repository | -| image.tag | string | `"1.5.18"` | image tag | +| image.tag | string | `"1.5.19"` | 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. | | podSecurityContext.fsGroup | int | `65534` | Volume binds will be granted to `nobody` group | diff --git a/charts/tandoor/values.yaml b/charts/tandoor/values.yaml index be522573b..5adbab353 100644 --- a/charts/tandoor/values.yaml +++ b/charts/tandoor/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: ghcr.io/tandoorrecipes/recipes # -- image tag - tag: 1.5.18 + tag: 1.5.19 # -- image pull policy pullPolicy: IfNotPresent # -- image tag