Files
truecharts/charts/stable/mealie/values.yaml
T
TrueCharts BotandGitHub fb4eb9a44f chore(helm): update image ghcr.io/mealie-recipes/mealie v3.2.1 → v3.3.0 (#40126)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/mealie-recipes/mealie](https://redirect.github.com/mealie-recipes/mealie)
| minor | `322369a` -> `42a54cf` |

---

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

###
[`v3.3.0`](https://redirect.github.com/mealie-recipes/mealie/releases/tag/v3.3.0):
- Overhauled Ingredient Parsing

[Compare
Source](https://redirect.github.com/mealie-recipes/mealie/compare/v3.2.1...v3.3.0)

### 🍴🍴🍴🍴🍴🍴

**Welcome to the latest Mealie release!**
This update brings a major update to how you parse recipes, home to some
of the most heavily-requested features. This update also brings a
truckload of fixes to round out some performance issues and fix some
fairly-regular annoyances.

#### 🎉 Highlights

##### 📋 Semi-automated Ingredient Parser

Mealie v3.3.0 introduces [an entirely new workflow to parsing
recipes](https://redirect.github.com/mealie-recipes/mealie/pull/6151).
The new parsing workflow includes many heavily-requested features such
as:

- A more focused, guided ingredient parser which lets you parse one
ingredient at a time
- Initiate parsing immediately after creating a new recipe (with an
option to turn this off, though we encourage you to try it!)
- Automatically parse ingredients which can be matched with a reasonably
high level of accuracy
- Much much more!

##### Auth Timeout and `iframe` Support

Users have been experiencing issues with authentication, including being
logged-out seemingly randomly between sessions (even if `TOKEN_TIME` is
set, [which is a requirement for longer session
times](https://docs.mealie.io/documentation/getting-started/installation/backend-config/#general)).
This update should resolve flaky session times ignoring the
`TOKEN_TIME`.

Additionally, support for hosting Mealie in an `iframe` (such as via
Home Assistant) should be fixed. Note that `iframe` support *only works
if being served over HTTPS*, which is a browser requirement. For more
information, [see the samesite Cookie header
spec](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Set-Cookie#samesitesamesite-value).

####  New features

- feat: Manually calculate OpenAI Parsing Confidence
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;6141](https://redirect.github.com/mealie-recipes/mealie/issues/6141))
- feat: Upgraded Ingredient Parsing Workflow
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;6151](https://redirect.github.com/mealie-recipes/mealie/issues/6151))
- feat: Ingredient Parser Enhancements
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;6228](https://redirect.github.com/mealie-recipes/mealie/issues/6228))
- feat: Simplify Default Layout Logic and Add Household.name To
Cookbooks API
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;6243](https://redirect.github.com/mealie-recipes/mealie/issues/6243))

#### 🐛 Bug fixes

- fix: Print Button Does Nothing
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;6178](https://redirect.github.com/mealie-recipes/mealie/issues/6178))
- fix: ingredient linker and instructions titles
[@&#8203;p0lycarpio](https://redirect.github.com/p0lycarpio)
([#&#8203;6146](https://redirect.github.com/mealie-recipes/mealie/issues/6146))
- fix: multiple RecipeRating backend calls
[@&#8203;p0lycarpio](https://redirect.github.com/p0lycarpio)
([#&#8203;6194](https://redirect.github.com/mealie-recipes/mealie/issues/6194))
- fix: Actually Fix Token Time
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;6215](https://redirect.github.com/mealie-recipes/mealie/issues/6215))
- fix: Remove explicit timeout from OpenAI image API Call
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;6227](https://redirect.github.com/mealie-recipes/mealie/issues/6227))
- fix: Workflow Issues with Deleting Ingredient In Parser
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;6230](https://redirect.github.com/mealie-recipes/mealie/issues/6230))
- fix: Enabled Using Mealie In iframe If Served Over HTTPS
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;6128](https://redirect.github.com/mealie-recipes/mealie/issues/6128))
- fix: Remove constraint on unhashed password being 'LDAP'
[@&#8203;cmintey](https://redirect.github.com/cmintey)
([#&#8203;6236](https://redirect.github.com/mealie-recipes/mealie/issues/6236))
- fix: Remove Double Cookie Refresh
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;6242](https://redirect.github.com/mealie-recipes/mealie/issues/6242))
- fix: Misc Issues with Ingredient Parser
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;6250](https://redirect.github.com/mealie-recipes/mealie/issues/6250))
- fix: Make Ingredient Parser Dialog Use Full Space
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;6253](https://redirect.github.com/mealie-recipes/mealie/issues/6253))
- fix: Check for non-hid properties when injetcing SPA meta
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;6256](https://redirect.github.com/mealie-recipes/mealie/issues/6256))
- fix: Stores Not Populating Sometimes
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;6266](https://redirect.github.com/mealie-recipes/mealie/issues/6266))

#### 🧰 Maintenance

<details>
<summary>18 changes</summary>

- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;6145](https://redirect.github.com/mealie-recipes/mealie/issues/6145))
- chore(auto): Update pre-commit hooks
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;6174](https://redirect.github.com/mealie-recipes/mealie/issues/6174))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;6176](https://redirect.github.com/mealie-recipes/mealie/issues/6176))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;6213](https://redirect.github.com/mealie-recipes/mealie/issues/6213))
- chore(l10n): Crowdin locale sync
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;6206](https://redirect.github.com/mealie-recipes/mealie/issues/6206))
- chore(auto): Update pre-commit hooks
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;6222](https://redirect.github.com/mealie-recipes/mealie/issues/6222))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;6218](https://redirect.github.com/mealie-recipes/mealie/issues/6218))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;6224](https://redirect.github.com/mealie-recipes/mealie/issues/6224))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;6225](https://redirect.github.com/mealie-recipes/mealie/issues/6225))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;6231](https://redirect.github.com/mealie-recipes/mealie/issues/6231))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;6234](https://redirect.github.com/mealie-recipes/mealie/issues/6234))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;6237](https://redirect.github.com/mealie-recipes/mealie/issues/6237))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;6241](https://redirect.github.com/mealie-recipes/mealie/issues/6241))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;6254](https://redirect.github.com/mealie-recipes/mealie/issues/6254))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;6257](https://redirect.github.com/mealie-recipes/mealie/issues/6257))
- chore: Upgrade Node and Nuxt
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;6240](https://redirect.github.com/mealie-recipes/mealie/issues/6240))
- chore: Add Stricter Frontend Formatting
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;6262](https://redirect.github.com/mealie-recipes/mealie/issues/6262))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;6264](https://redirect.github.com/mealie-recipes/mealie/issues/6264))

</details>

#### 📚 Documentation

- docs(auto): Update image tag, for release v3.2.1
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;6172](https://redirect.github.com/mealie-recipes/mealie/issues/6172))
- docs: Add Info Regarding Theme Settings Config
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;6198](https://redirect.github.com/mealie-recipes/mealie/issues/6198))
- docs: Fix formatting in some community guides
[@&#8203;lehnerpat](https://redirect.github.com/lehnerpat)
([#&#8203;6223](https://redirect.github.com/mealie-recipes/mealie/issues/6223))
- docs: Update navigation instructions for (admin) settings pages
[@&#8203;lehnerpat](https://redirect.github.com/lehnerpat)
([#&#8203;6220](https://redirect.github.com/mealie-recipes/mealie/issues/6220))
- docs: Improve formatting in 'Automating Backups with n8n' community
guide [@&#8203;lehnerpat](https://redirect.github.com/lehnerpat)
([#&#8203;6221](https://redirect.github.com/mealie-recipes/mealie/issues/6221))

#### ⬆️ Dependency updates

<details>
<summary>21 changes</summary>

- chore(deps): update dependency ruff to ^0.13.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;6148](https://redirect.github.com/mealie-recipes/mealie/issues/6148))
- chore(deps): update node.js to
[`abcf9c9`](https://redirect.github.com/mealie-recipes/mealie/commit/abcf9c9)
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;6138](https://redirect.github.com/mealie-recipes/mealie/issues/6138))
- fix(deps): update dependency openai to v1.107.3
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;6147](https://redirect.github.com/mealie-recipes/mealie/issues/6147))
- fix(deps): update dependency pydantic to v2.11.9
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;6159](https://redirect.github.com/mealie-recipes/mealie/issues/6159))
- chore(deps): update dependency mypy to v1.18.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;6161](https://redirect.github.com/mealie-recipes/mealie/issues/6161))
- chore(deps): update dependency pytest-asyncio to v1.2.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;6162](https://redirect.github.com/mealie-recipes/mealie/issues/6162))
- chore(deps): update dependency mkdocs-material to v9.6.20
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;6179](https://redirect.github.com/mealie-recipes/mealie/issues/6179))
- fix(deps): update dependency fastapi to v0.116.2
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;6181](https://redirect.github.com/mealie-recipes/mealie/issues/6181))
- fix(deps): update dependency authlib to v1.6.4
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;6182](https://redirect.github.com/mealie-recipes/mealie/issues/6182))
- fix(deps): update dependency openai to v1.108.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;6185](https://redirect.github.com/mealie-recipes/mealie/issues/6185))
- chore(deps): update dependency ruff to v0.13.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;6191](https://redirect.github.com/mealie-recipes/mealie/issues/6191))
- chore(deps): update dependency mypy to v1.18.2
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;6193](https://redirect.github.com/mealie-recipes/mealie/issues/6193))
- chore(deps): update dependency openai to v1.109.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;6196](https://redirect.github.com/mealie-recipes/mealie/issues/6196))
- chore(deps): update dependency ruff to v0.13.2
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;6239](https://redirect.github.com/mealie-recipes/mealie/issues/6239))
- fix(deps): update dependency uvicorn to ^0.37.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;6200](https://redirect.github.com/mealie-recipes/mealie/issues/6200))
- fix(deps): update dependency fastapi to ^0.117.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;6205](https://redirect.github.com/mealie-recipes/mealie/issues/6205))
- chore(deps): update dependency coverage to v7.10.7
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;6216](https://redirect.github.com/mealie-recipes/mealie/issues/6216))
- chore(deps): update dependency lxml to v6.0.2
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;6219](https://redirect.github.com/mealie-recipes/mealie/issues/6219))
- chore(deps): update dependency pydantic-settings to v2.11.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;6233](https://redirect.github.com/mealie-recipes/mealie/issues/6233))
- chore(deps): update dependency pyyaml to v6.0.3
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;6245](https://redirect.github.com/mealie-recipes/mealie/issues/6245))
- fix(deps): update dependency bcrypt to v5
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;6246](https://redirect.github.com/mealie-recipes/mealie/issues/6246))

</details>

### 🍴🍴🍴🍴🍴🍴

</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=-->
2025-09-28 09:10:32 +02:00

112 lines
2.3 KiB
YAML

image:
repository: ghcr.io/mealie-recipes/mealie
tag: v3.3.0@sha256:42a54cf1493269988eddbccfe71beaf136328e19da1a6b68c484cca4045a1c33
pullPolicy: IfNotPresent
mealie:
frontend:
theme:
light_primary: "#E58325"
light_accent: "#007A99"
light_secondary: "#973542"
light_success: "#43A047"
light_info: "#1976D2"
light_warning: "#FF6D00"
light_error: "#EF5350"
dark_primary: "#E58325"
dark_accent: "#007A99"
dark_secondary: "#973542"
dark_success: "#43A047"
dark_info: "#1976D2"
dark_warning: "#FF6D00"
dark_error: "#EF5350"
api:
general:
allow_signup: true
default_group: Home
base_url: ""
token_time: 48
security:
max_login_attempts: 5
user_lockout_time: 24
smtp:
user: ""
password: ""
host: ""
port: 587
from_name: Mealie
from_email: ""
# TLS | SSL | NONE
auth_strategy: TLS
webworkers:
workers_per_core: 1
max_workers: 1
web_concurrency: 1
ldap:
auth_enabled: false
server_url: ""
tls_insecure: false
enable_starttls: false
tls_cacertfile: ""
base_dn: ""
query_bind: ""
query_password: ""
user_filter: ""
admin_filter: ""
id_attribute: uid
name_attribute: name
mail_attribute: mail
oidc:
auth_enabled: false
signup_enabled: true
configuration_url: ""
client_id: ""
client_secret: ""
user_group: ""
admin_group: ""
auto_redirect: false
provider_name: "OAuth"
remember_me: false
workload:
main:
podSpec:
containers:
main:
envFrom:
- secretRef:
name: frontend
- secretRef:
name: api
service:
main:
ports:
main:
port: 10018
protocol: http
persistence:
data:
enabled: true
targetSelector:
main:
main:
mountPath: /app/data
nltk:
enabled: true
type: emptyDir
size: 5Gi
targetSelector:
main:
main:
mountPath: /nltk_data
cnpg:
main:
enabled: true
user: mealie
database: mealie
ingress:
main:
integrations:
homepage:
widget:
version: 2