From 77326075c1c63ba47b53386fbe21f994e6fe1cf7 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 28 Mar 2026 02:08:19 +0100 Subject: [PATCH] =?UTF-8?q?fix(tandoor-recipes):=20update=20image=20ghcr.i?= =?UTF-8?q?o/tandoorrecipes/recipes=202.6.0=20=E2=86=92=202.6.1=20(#46479)?= 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 | `972b590` → `22a9302` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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.6.1`](https://redirect.github.com/TandoorRecipes/recipes/releases/tag/2.6.1) [Compare Source](https://redirect.github.com/TandoorRecipes/recipes/compare/2.6.0...2.6.1) - **fixed** forbidden issue on login (thanks to [@​smilerz](https://redirect.github.com/smilerz) [#​4556](https://redirect.github.com/TandoorRecipes/recipes/issues/4556)) - **fixed** insecure default setting for `ALLOWED_HOSTS` - **fixed** storage editor URL field missing ⚠️ if you did not have `ALLOWED_HOSTS` set before this update you will need to set it to your host, otherwise Tandoor will no longer work. This is important to prevent security issues.
--- ### 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 554cd7bf583..e4e97261e8a 100644 --- a/charts/stable/tandoor-recipes/Chart.yaml +++ b/charts/stable/tandoor-recipes/Chart.yaml @@ -8,7 +8,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 2.6.0 +appVersion: 2.6.1 dependencies: - name: common version: 29.0.0 @@ -37,5 +37,5 @@ sources: - https://github.com/TandoorRecipes/recipes/pkgs/container/recipes - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tandoor-recipes type: application -version: 21.1.0 +version: 21.1.1 diff --git a/charts/stable/tandoor-recipes/values.yaml b/charts/stable/tandoor-recipes/values.yaml index 1fc87f40141..53b436f3e05 100644 --- a/charts/stable/tandoor-recipes/values.yaml +++ b/charts/stable/tandoor-recipes/values.yaml @@ -2,7 +2,7 @@ image: repository: ghcr.io/tandoorrecipes/recipes pullPolicy: IfNotPresent - tag: 2.6.0@sha256:972b59023b8aa72ed653d99057b93efe235e8b116296604e43c8d843a38c06a7 + tag: 2.6.1@sha256:22a93021d14c1f4b0f7a3eebac22f3cddba4328b7a43861630881a4008d09d8d securityContext: container: readOnlyRootFilesystem: false