This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/mealie-recipes/mealie](https://redirect.github.com/mealie-recipes/mealie) | patch | `6747299` → `f68e959` | --- > [!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>mealie-recipes/mealie (ghcr.io/mealie-recipes/mealie)</summary> ### [`v3.19.2`](https://redirect.github.com/mealie-recipes/mealie/releases/tag/v3.19.2) [Compare Source](https://redirect.github.com/mealie-recipes/mealie/compare/v3.19.1...v3.19.2) ### 🍴🍴🍴🍴🍴🍴 This release contains a fix for users with an empty `.secret` file not being able to log-in with local auth. Your `.secret` file will be regenerated with a valid value. Note that this will invalidate existing tokens, including API keys. #### 🐛 Bug fixes - fix: Ensure secret key is not empty [@​michael-genson](https://redirect.github.com/michael-genson) ([#​7701](https://redirect.github.com/mealie-recipes/mealie/issues/7701)) #### 🔨 Internal development - dev: Set renovarte bot PRs to "immediate" [@​michael-genson](https://redirect.github.com/michael-genson) ([#​7690](https://redirect.github.com/mealie-recipes/mealie/issues/7690)) #### ⬆️ Dependency updates <details> <summary>6 changes</summary> - fix(deps): update dependency fastapi to v0.136.3 @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) ([#​7692](https://redirect.github.com/mealie-recipes/mealie/issues/7692)) - chore(deps): update dependency coverage to v7.14.1 @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) ([#​7691](https://redirect.github.com/mealie-recipes/mealie/issues/7691)) - fix(deps): update dependency uvicorn to v0.48.0 @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) ([#​7696](https://redirect.github.com/mealie-recipes/mealie/issues/7696)) - fix(deps): update dependency sqlalchemy to v2.0.50 @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) ([#​7693](https://redirect.github.com/mealie-recipes/mealie/issues/7693)) - fix(deps): update dependency ingredient-parser-nlp to v2.7.0 @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) ([#​7695](https://redirect.github.com/mealie-recipes/mealie/issues/7695)) - chore(deps): lock file maintenance @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) ([#​7697](https://redirect.github.com/mealie-recipes/mealie/issues/7697)) </details> ### 🍴🍴🍴🍴🍴🍴 </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9tZWFsaWUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
113 lines
2.3 KiB
YAML
113 lines
2.3 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: ghcr.io/mealie-recipes/mealie
|
|
tag: v3.19.2@sha256:f68e959bf66f4f458893ea58facac71690fe6f2ac7a31466b5cecb41b4e99c02
|
|
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
|