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

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/tandoorrecipes/recipes](https://redirect.github.com/TandoorRecipes/recipes)
| patch | `22a9302` → `96708d9` |

---

> [!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.2`](https://redirect.github.com/TandoorRecipes/recipes/releases/tag/2.6.2):
2.6.3

[Compare
Source](https://redirect.github.com/TandoorRecipes/recipes/compare/2.6.1...2.6.2)

- **fixed** issue in migration deleting meal plan entries
[#&#8203;4570](https://redirect.github.com/TandoorRecipes/recipes/issues/4570)

If you had previously migrated to 2.6.0 or 2.6.1 **and** multiple users
had meal plans that had the same name **and** all created meal plans
those from some of these users might have been deleted by the migration.
There are two paths to recover the old meal plans should they be
relevant to you:

1. Load a pre 2.6.0 backup, update to 2.6.3 and everything works again
2. Clear the `cookbook_mealplan` and `cookbook_mealtype` tables and load
their content from a backup. Check if `cookbook_mealtype` contains
duplicate names and if so update all mealplans to one of them and delete
the duplicates. After that everything should work again.

</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-04-02 12:18:39 +02:00
committed by GitHub
parent d670d35bfb
commit 4420ca6e97
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.1
appVersion: 2.6.2
dependencies:
- name: common
version: 29.0.10
@@ -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.2
version: 21.1.3
+1 -1
View File
@@ -2,7 +2,7 @@
image:
repository: ghcr.io/tandoorrecipes/recipes
pullPolicy: IfNotPresent
tag: 2.6.1@sha256:22a93021d14c1f4b0f7a3eebac22f3cddba4328b7a43861630881a4008d09d8d
tag: 2.6.2@sha256:96708d9df195457b3194fcfde2aa4a814f3fe28cbb90d0045789555d0d1e8da6
securityContext:
container:
readOnlyRootFilesystem: false