From f4ae2e637254761d3e377925eade0da8dcca12e4 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 10 Sep 2025 21:39:03 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/vaben?= =?UTF-8?q?e1111/recipes=202.1.2=20=E2=86=92=202.2.0=20(#39402)?= 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) | minor | `c4e5871` -> `7a44db3` | --- > [!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.2.0`](https://redirect.github.com/TandoorRecipes/recipes/releases/tag/2.2.0) [Compare Source](https://redirect.github.com/TandoorRecipes/recipes/compare/2.1.2...2.2.0) - **added** AI Provider system - Every Instance and Space can configure one ore more AI Providers - AI providers can be selected for each AI operation (default can be set for space) - AI requests are logged and limiting request volumes is possible to avoid accidental AI cost - `AI_API_KEY` and `AI_MODEL_NAME` settings have been removed - **improved** manual install docs nginx headers (thanks to [icedieler](https://redirect.github.com/icedieler) [#​3999](https://redirect.github.com/TandoorRecipes/recipes/issues/3999)) - **improved** don't display 0 amount in ingredients table [#​4003](https://redirect.github.com/TandoorRecipes/recipes/issues/4003) - **improved** reduced duration of snackbar when creating models with model select - **fixed** timer localization - **fixed** meal plan not loading all entries when more than 100 are in selection - **fixed** logo being wrongly displayed on some devices (thanks to [@​tomtjes](https://redirect.github.com/tomtjes) [#​4013](https://redirect.github.com/TandoorRecipes/recipes/issues/4013)) - **fixed** error with ingredient parser [#​4018](https://redirect.github.com/TandoorRecipes/recipes/issues/4018) - **fixed** invite links not respecting sub path setups [#​4024](https://redirect.github.com/TandoorRecipes/recipes/issues/4024)
--- ### 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 5a3a24fe9a4..a2db0f7d730 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.1.2 +appVersion: 2.2.0 dependencies: - name: common version: 28.17.1 @@ -38,5 +38,5 @@ sources: - https://github.com/vabene1111/recipes - https://hub.docker.com/r/vabene1111/recipes type: application -version: 20.3.2 +version: 20.4.0 diff --git a/charts/stable/tandoor-recipes/values.yaml b/charts/stable/tandoor-recipes/values.yaml index 8b8c3019c27..f13d2a5ae42 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.1.2@sha256:c4e58714f66de21add4a855a0262239412d42fa43d088a03397b9b213f328b6f + tag: 2.2.0@sha256:7a44db382e5df961878a93ad10113d84a1d913419a0811439e27b790854eeade securityContext: container: readOnlyRootFilesystem: false