Files
truecharts/charts/stable/mealie/values.yaml
T
TrueCharts BotandGitHub 455df579cd chore(deps): update container image ghcr.io/mealie-recipes/mealie to v1.1.0@2df89f8 by renovate (#17692)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/mealie-recipes/mealie | minor | `v1.0.0` -> `v1.1.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 02:01:17 +01:00

108 lines
2.4 KiB
YAML

image:
repository: ghcr.io/mealie-recipes/mealie
tag: v1.1.0@sha256:2df89f8925675409230e7db7fcd6899bcad9a6557727f088d86b5ccaf8b0206d
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
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: true
type: exec
command:
- python
- /app/mealie/scripts/healthcheck.py
readiness:
enabled: true
type: exec
command:
- python
- /app/mealie/scripts/healthcheck.py
startup:
enabled: true
type: exec
command:
- python
- /app/mealie/scripts/healthcheck.py
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
cnpg:
main:
enabled: true
user: mealie
database: mealie
portal:
open:
enabled: true