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

This PR contains the following updates:

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

---

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

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

- **added** quick link from start page to search with pre-filled
parameters
- **added** diameter based scaling
- **fixed** uploading images on mobile
[#&#8203;4400](https://redirect.github.com/TandoorRecipes/recipes/issues/4400)
- **fixed** items per page not saving in search view
[#&#8203;4275](https://redirect.github.com/TandoorRecipes/recipes/issues/4275)
- **fixed** rating filter less than or equal to not working
[#&#8203;4280](https://redirect.github.com/TandoorRecipes/recipes/issues/4280)
(thanks to [@&#8203;smilerz](https://redirect.github.com/smilerz)
[#&#8203;4396](https://redirect.github.com/TandoorRecipes/recipes/issues/4396))

</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-02-01 16:33:29 +01:00
committed by GitHub
parent bb014ad945
commit 53d1dda22d
2 changed files with 13 additions and 7 deletions

View File

@@ -2,13 +2,19 @@ annotations:
artifacthub.io/links: |-
- name: support
url: https://discord.com/invite/tVsPTHWTtr
truecharts.org/category: unsorted
truecharts.org/max_helm_version: "3.17"
truecharts.org/max_kubernetes_version: 1.32.0
truecharts.org/min_helm_version: "3.14"
truecharts.org/min_kubernetes_version: 1.24.0
truecharts.org/train: stable
trueforge.org/category: media
trueforge.org/max_helm_version: "4.1"
trueforge.org/max_kubernetes_version: 1.35.0
trueforge.org/min_helm_version: "3.14"
trueforge.org/train: stable
apiVersion: v2
appVersion: 2.4.1
appVersion: 2.4.2
dependencies:
- name: common
version: 28.29.40
@@ -19,8 +25,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/truetech/truecharts/charts/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
@@ -28,8 +34,8 @@ keywords:
kubeVersion: '>=1.27.0-0'
maintainers:
- name: TrueCharts
email: info@trueforge.org
url: https://trueforge.org
email: info@truecharts.org
url: https://truecharts.org
name: tandoor-recipes
sources:
- https://ghcr.io/tandoorrecipes/recipes
@@ -37,5 +43,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.1
version: 20.15.2

View File

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