From 1e9639a957c1ef7ad88071e4b6d926b4dae8912e Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 11 Oct 2025 18:21:27 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/tandoor?= =?UTF-8?q?recipes/recipes=202.3.1=20=E2=86=92=202.3.2=20(#40633)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/tandoorrecipes/recipes](https://redirect.github.com/TandoorRecipes/recipes) | patch | `37dda04` -> `650983b` | --- > [!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 (ghcr.io/tandoorrecipes/recipes) ### [`v2.3.2`](https://redirect.github.com/TandoorRecipes/recipes/releases/tag/2.3.2) [Compare Source](https://redirect.github.com/TandoorRecipes/recipes/compare/2.3.1...2.3.2) - **added** ability to configure gunicorn timeout (thanks to [KoMa1012](https://redirect.github.com/KoMa1012) [#​4138](https://redirect.github.com/TandoorRecipes/recipes/issues/4138)) fixes [#​4125](https://redirect.github.com/TandoorRecipes/recipes/issues/4125) - **improved** start page with small recipe counts - **improved** default unit for food properties - **fixed** ingredient template selector not working on unsaved recipes - **fixed** add all in food properties editor overriding existing properties [#​4137](https://redirect.github.com/TandoorRecipes/recipes/issues/4137) - **fixed** dropdowns in properties editor at the bottom behind layout - **fixed** missing conversion for property not shown when a second ingredient had a working conversion/property value - **fixed** api sample url [#​4132](https://redirect.github.com/TandoorRecipes/recipes/issues/4132) - **fixed** infinity as amount in ingredients when servings are 0 and associated importer bug [#​4133](https://redirect.github.com/TandoorRecipes/recipes/issues/4133) - **fixed** cant create a new step if no steps are in a recipe [#​4119](https://redirect.github.com/TandoorRecipes/recipes/issues/4119) - **fixed** to small default body size in nginx [#​4145](https://redirect.github.com/TandoorRecipes/recipes/issues/4145)
--- ### 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 | 12 +++++++----- charts/stable/tandoor-recipes/values.yaml | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/charts/stable/tandoor-recipes/Chart.yaml b/charts/stable/tandoor-recipes/Chart.yaml index 32c5b7d721d..d17850e811e 100644 --- a/charts/stable/tandoor-recipes/Chart.yaml +++ b/charts/stable/tandoor-recipes/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 -appVersion: 2.3.0 +appVersion: 2.3.2 dependencies: - name: common version: 28.22.0 @@ -20,8 +20,8 @@ dependencies: import-values: [] deprecated: false description: Tandoor Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files. -home: https://trueforge.org/truecharts/stable/tandoor-recipes -icon: https://trueforge.org/img/hotlink-ok/chart-icons/tandoor-recipes.webp +home: https://truecharts.org/charts/stable/tandoor-recipes +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tandoor-recipes.webp keywords: - tandoor - recipes @@ -33,9 +33,11 @@ maintainers: url: https://truecharts.org name: tandoor-recipes sources: - - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tandoor-recipes + - https://ghcr.io/tandoorrecipes/recipes - https://github.com/TandoorRecipes/recipes - https://github.com/TandoorRecipes/recipes/pkgs/container/recipes + - https://github.com/truecharts/charts/tree/master/charts/stable/tandoor-recipes + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tandoor-recipes type: application -version: 20.9.1 +version: 20.9.2 diff --git a/charts/stable/tandoor-recipes/values.yaml b/charts/stable/tandoor-recipes/values.yaml index 544fe16533d..a21f1bfedf1 100644 --- a/charts/stable/tandoor-recipes/values.yaml +++ b/charts/stable/tandoor-recipes/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/tandoorrecipes/recipes pullPolicy: IfNotPresent - tag: 2.3.1@sha256:37dda040f6261c0312db27487c9e8f698b77ac0d4e5e7a4f4aebd8c4cbdd578b + tag: 2.3.2@sha256:650983bb4fb9f6941ad53c83b4cc94e4236d803c187034429c2eafe5e5ac098e securityContext: container: readOnlyRootFilesystem: false