fix(tandoor-recipes): update image ghcr.io/tandoorrecipes/recipes 2.4.0 → 2.4.1 (#44324)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/tandoorrecipes/recipes](https://redirect.github.com/TandoorRecipes/recipes)
| patch | `0c220f4` -> `4ab9052` |

---

> [!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

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

###
[`v2.4.1`](https://redirect.github.com/TandoorRecipes/recipes/releases/tag/2.4.1)

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

- **fixed** user space permission to only allow delete not update
- **fixed** ingredient parser to also work for non admin users

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdGFuZG9vci1yZWNpcGVzIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
TrueCharts Bot
2026-01-30 10:25:16 +01:00
committed by GitHub
parent 1cba1d158a
commit 31c8c7b3c8
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ annotations:
truecharts.org/min_kubernetes_version: 1.24.0
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.4.0
appVersion: 2.4.1
dependencies:
- name: common
version: 28.29.40
@@ -38,5 +38,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: 20.15.0
version: 20.15.1

View File

@@ -1,7 +1,7 @@
image:
repository: ghcr.io/tandoorrecipes/recipes
pullPolicy: IfNotPresent
tag: 2.4.0@sha256:0c220f403a398772f9b9eed018d263e7942e8a2d2593e4ee84bf36a41c4801ee
tag: 2.4.1@sha256:4ab9052b3f25bbb1185349282720b176b95973fc93e565eac0dc991ce695a19b
securityContext:
container:
readOnlyRootFilesystem: false