From c4acd3130159c8187f925a87edff7e33070a7909 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 29 Aug 2025 22:28:11 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/vaben?= =?UTF-8?q?e1111/recipes=202.0.2=20=E2=86=92=202.0.3=20(#38758)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/vabene1111/recipes](https://redirect.github.com/TandoorRecipes/recipes) | patch | `79f337a` -> `4388fa7` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
TandoorRecipes/recipes (docker.io/vabene1111/recipes) ### [`v2.0.3`](https://redirect.github.com/TandoorRecipes/recipes/releases/tag/2.0.3) [Compare Source](https://redirect.github.com/TandoorRecipes/recipes/compare/2.0.2...2.0.3) - **added** batch editing dialog to recipe search view - **added** batch delete dialog to model list views - **added** ability to batch merge items - **added** tree support back into the keyword and food editor (general system still needs improvement) - **added** clickable link to recipe created by/on and updated to advanced search - **added** badge indicating when advanced search parameters are set - **added** support for plugins working now (docs and more following soon, for now please reference the [open data plugin](https://redirect.github.com/TandoorRecipes/open_data_plugin)) - **improved** hide amount on shopping line items were only 1 is shown [#​3957](https://redirect.github.com/TandoorRecipes/recipes/issues/3957) - **improved** contribution docs and fixed links - **fixed** merge dialog can be closed using the cancel button - **fixed** shopping model input partially cutoff when list is empty
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- charts/stable/tandoor-recipes/Chart.yaml | 4 ++-- charts/stable/tandoor-recipes/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/tandoor-recipes/Chart.yaml b/charts/stable/tandoor-recipes/Chart.yaml index 686bb2308da..7e4db30aa0d 100644 --- a/charts/stable/tandoor-recipes/Chart.yaml +++ b/charts/stable/tandoor-recipes/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.0.2 +appVersion: 2.0.3 dependencies: - name: common version: 28.16.2 @@ -37,5 +37,5 @@ sources: - https://github.com/vabene1111/recipes - https://hub.docker.com/r/vabene1111/recipes type: application -version: 20.1.3 +version: 20.1.4 diff --git a/charts/stable/tandoor-recipes/values.yaml b/charts/stable/tandoor-recipes/values.yaml index d44ae5fb32c..8dde3da7966 100644 --- a/charts/stable/tandoor-recipes/values.yaml +++ b/charts/stable/tandoor-recipes/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/vabene1111/recipes pullPolicy: IfNotPresent - tag: 2.0.2@sha256:79f337a334207d0fe49732197ee721f363aeaac8a600b75560e23c72ba5a8c25 + tag: 2.0.3@sha256:4388fa78422b8c5f32a61e169433989b2acc988af7db865baffa11ecdf4d5907 securityContext: container: readOnlyRootFilesystem: false