This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/brotandgames/ciao | digest | `97785f5` → `90a9cc0` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvY2lhbyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
39 lines
1005 B
YAML
39 lines
1005 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/brotandgames/ciao
|
|
tag: latest@sha256:90a9cc0166e77091dc147e11a54d87672c3472f66d052a6075d0008fa8534853
|
|
persistence:
|
|
databaselocation:
|
|
enabled: true
|
|
mountPath: /app/db/sqlite
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8090
|
|
protocol: tcp
|
|
targetPort: 3000
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
SECRET_KEY_BASE: sensitive_secret_key_base
|
|
SMTP_ADDRESS: smtp.yourhost.com
|
|
SMTP_AUTHENTICATION: plain
|
|
SMTP_DOMAIN: smtp.yourhost.com
|
|
SMTP_EMAIL_FROM: ciao@yourhost.com
|
|
SMTP_EMAIL_TO: you@yourhost.com
|
|
SMTP_ENABLE_STARTTLS_AUTO: "true"
|
|
SMTP_PASSWORD: sensitive_password
|
|
SMTP_PORT: "587"
|
|
SMTP_USERNAME: ciao
|