This PR contains the following updates: | Package | Update | Change | |---|---|---| | [vabene1111/recipes](https://togithub.com/TandoorRecipes/recipes) | patch | `1.5.16` -> `1.5.17` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>TandoorRecipes/recipes (vabene1111/recipes)</summary> ### [`v1.5.17`](https://togithub.com/TandoorRecipes/recipes/releases/tag/1.5.17) [Compare Source](https://togithub.com/TandoorRecipes/recipes/compare/1.5.16...1.5.17) - **reverted** [#​3055](https://togithub.com/TandoorRecipes/recipes/issues/3055) because it likely lead to errors on some setups [#​3099](https://togithub.com/TandoorRecipes/recipes/issues/3099) - **downgraded** recipe-scrapers because scraper used in tests was broken </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
63 lines
1.6 KiB
YAML
63 lines
1.6 KiB
YAML
image:
|
|
repository: vabene1111/recipes
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.5.17@sha256:18424a56c1f3e6e0e8b2950fa0d2f042074bcc8e4aed6bcd1847539f28f5b320
|
|
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
|
|
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
|
|
portal:
|
|
open:
|
|
enabled: true
|