This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/vabene1111/recipes](https://redirect.github.com/TandoorRecipes/recipes) | patch | `6cfe563` -> `bbafaa1` | --- > [!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.2.7`](https://redirect.github.com/TandoorRecipes/recipes/releases/tag/2.2.7) [Compare Source](https://redirect.github.com/TandoorRecipes/recipes/compare/2.2.6...2.2.7) - **fixed** edge cases in mealie 1 importer [#​4071](https://redirect.github.com/TandoorRecipes/recipes/issues/4071) - **fixed** missing postgres extension migration for new installations [#​4070](https://redirect.github.com/TandoorRecipes/recipes/issues/4070) - **fixed** creating ingredient in unsaved recipe could focus on wrong step </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
66 lines
1.6 KiB
YAML
66 lines
1.6 KiB
YAML
image:
|
|
repository: docker.io/vabene1111/recipes
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.2.7@sha256:bbafaa18a39292e3e2cf032e090d17d0fcc1deb71a2b98425fec99cb05e8532d
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
DB_ENGINE: django.db.backends.postgresql
|
|
POSTGRES_HOST:
|
|
secretKeyRef:
|
|
name: cnpg-main-urls
|
|
key: host
|
|
POSTGRES_PORT: 5432
|
|
POSTGRES_USER: "{{ .Values.cnpg.main.user }}"
|
|
POSTGRES_PASSWORD:
|
|
secretKeyRef:
|
|
name: cnpg-main-user
|
|
key: password
|
|
POSTGRES_DB: "{{ .Values.cnpg.main.database }}"
|
|
TANDOOR_PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
ALLOWED_HOSTS: "*"
|
|
COMMENT_PREF_DEFAULT: 1
|
|
CSRF_TRUSTED_ORIGINS: ""
|
|
DEBUG: 0
|
|
FRACTION_PREF_DEFAULT: 0
|
|
GUNICORN_MEDIA: 1
|
|
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:
|
|
homepage:
|
|
widget:
|
|
type: tandoor
|
|
persistence:
|
|
media:
|
|
enabled: true
|
|
mountPath: /opt/recipes/mediafiles
|
|
static:
|
|
enabled: true
|
|
mountPath: /opt/recipes/staticfiles
|
|
type: emptyDir
|
|
cnpg:
|
|
main:
|
|
enabled: true
|
|
user: recipes
|
|
database: recipes
|