fix(tandoor-recipes): update image ghcr.io/tandoorrecipes/recipes 2.6.0 → 2.6.1 (#46479)

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

<details>
<summary>TandoorRecipes/recipes
(ghcr.io/tandoorrecipes/recipes)</summary>

###
[`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
[@&#8203;smilerz](https://redirect.github.com/smilerz)
[#&#8203;4556](https://redirect.github.com/TandoorRecipes/recipes/issues/4556))
- **fixed** insecure default setting for `ALLOWED_HOSTS`
<https://github.com/TandoorRecipes/recipes/security/advisories/GHSA-x636-4jx6-xc4w>
- **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.

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdGFuZG9vci1yZWNpcGVzIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
TrueCharts Bot
2026-03-28 02:08:19 +01:00
committed by GitHub
parent 9976a31a90
commit 77326075c1
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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