chore(helm): update image docker.io/vabene1111/recipes 2.2.7 → 2.3.1 (#40417)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/vabene1111/recipes](https://redirect.github.com/TandoorRecipes/recipes)
| minor | `bbafaa1` -> `94a048d` |

---

> [!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 (docker.io/vabene1111/recipes)</summary>

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

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

⚠️ changed `TANDOOR_PORT` to configure the internal nginx instead of
gunicorn. If you did not use `TANDOOR_PORT` before this changes nothing.
This breaks your setup if you had `TANDOOR_PORT` set but still pointed
your reverse proxy to 8080
[`6adf077`](6adf077ee5).
This completes the migration to nginx see
[#&#8203;3851](https://redirect.github.com/TandoorRecipes/recipes/issues/3851)

- **added** ability to create recipe properties using AI
- **improved** mealie 1 importer to also support linking between
ingredients and steps
- **changed** removed outside binding to gunicorn. Access Tandoor on
port 80 or whatever you configured as `TANDOOR_PORT`
- **fixed** mealie 1 importer creating empty steps
- **fixed** demo auto login from docs page
[#&#8203;4073](https://redirect.github.com/TandoorRecipes/recipes/issues/4073)
- **fixed** unit conversion division by zero error
[#&#8203;4072](https://redirect.github.com/TandoorRecipes/recipes/issues/4072)
- **fixed** merging not working in ingredient editor
[#&#8203;4080](https://redirect.github.com/TandoorRecipes/recipes/issues/4080)
- **fixed** ingredients missing in sub recipes
[#&#8203;4079](https://redirect.github.com/TandoorRecipes/recipes/issues/4079)
- **fixed** `finish` text in welcome wizard not being localized
- **fixed** inkonsistent results on shopping lists with many entries
[#&#8203;4084](https://redirect.github.com/TandoorRecipes/recipes/issues/4084)
(thanks [c0mputerguru](https://redirect.github.com/c0mputerguru)
[#&#8203;4089](https://redirect.github.com/TandoorRecipes/recipes/issues/4089))
- **fixed** error when trying to move ingredients in import step editor
trough step sorter dialog
[#&#8203;4088](https://redirect.github.com/TandoorRecipes/recipes/issues/4088)
- **fixed** number of times cooked filter
[#&#8203;4078](https://redirect.github.com/TandoorRecipes/recipes/issues/4078)
- **fixed** missing date input from cook log editor
- **fixed** test timezone edgecase (thansk to
[c0mputerguru](https://redirect.github.com/c0mputerguru)
[#&#8203;4091](https://redirect.github.com/TandoorRecipes/recipes/issues/4091))
- **fixed** recipe property editor
[#&#8203;4110](https://redirect.github.com/TandoorRecipes/recipes/issues/4110)
- **fixed** first ingredient in recipe not using default unit
- **fixed** merging Units could fail because of duplicate unit
conversion
[#&#8203;4116](https://redirect.github.com/TandoorRecipes/recipes/issues/4116)
- **updated** docs to indicate minimum python version 3.12
[#&#8203;4076](https://redirect.github.com/TandoorRecipes/recipes/issues/4076)
- **updated** django to 5.2.7

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Signed-off-by: Boemeltrein <130394941+Boemeltrein@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Boemeltrein <130394941+Boemeltrein@users.noreply.github.com>
This commit is contained in:
TrueCharts Bot
2025-10-09 05:56:37 +02:00
committed by GitHub
parent 3a90403e70
commit 1a9e47dc8d
2 changed files with 19 additions and 10 deletions

View File

@@ -2,8 +2,6 @@ annotations:
artifacthub.io/links: |-
- name: support
url: https://discord.com/invite/tVsPTHWTtr
max_scale_version: 24.04.1
min_scale_version: 24.04.0
truecharts.org/category: media
truecharts.org/max_helm_version: "3.17"
truecharts.org/max_kubernetes_version: 1.32.0
@@ -11,7 +9,7 @@ annotations:
truecharts.org/min_kubernetes_version: 1.24.0
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.2.7
appVersion: 2.3.0
dependencies:
- name: common
version: 28.22.0
@@ -36,8 +34,8 @@ maintainers:
name: tandoor-recipes
sources:
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tandoor-recipes
- https://github.com/vabene1111/recipes
- https://hub.docker.com/r/vabene1111/recipes
- https://github.com/TandoorRecipes/recipes
- https://github.com/TandoorRecipes/recipes/pkgs/container/recipes
type: application
version: 20.8.0
version: 20.9.1

View File

@@ -1,7 +1,7 @@
image:
repository: docker.io/vabene1111/recipes
repository: ghcr.io/tandoorrecipes/recipes
pullPolicy: IfNotPresent
tag: 2.2.7@sha256:bbafaa18a39292e3e2cf032e090d17d0fcc1deb71a2b98425fec99cb05e8532d
tag: 2.3.1@sha256:37dda040f6261c0312db27487c9e8f698b77ac0d4e5e7a4f4aebd8c4cbdd578b
securityContext:
container:
readOnlyRootFilesystem: false
@@ -11,6 +11,16 @@ securityContext:
workload:
main:
podSpec:
initContainers:
init-mkdir:
enabled: true
type: init
imageSelector: "image"
command:
- /bin/sh
- -c
args:
- mkdir -p /run/nginx
containers:
main:
env:
@@ -32,18 +42,19 @@ workload:
CSRF_TRUSTED_ORIGINS: ""
DEBUG: 0
FRACTION_PREF_DEFAULT: 0
GUNICORN_MEDIA: 1
GUNICORN_MEDIA: 0
SECRET_KEY:
secretKeyRef:
key: SECRET_KEY
name: recipes-secrets
SHOPPING_MIN_AUTOSYNC_INTERVAL: 5
TIMEZONE: "{{ .Values.TZ }}"
service:
main:
ports:
main:
port: 10029
ingress:
main:
integrations: