Files
truecharts/charts/stable/ciao/values.yaml
T
TrueCharts BotandGitHub 9f50f36669 chore(container): update image brotandgames/ciao to e68d0f5 by renovate (#27788)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| brotandgames/ciao | digest | `38936e6` -> `e68d0f5` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEyNC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-16 20:25:24 +02:00

40 lines
975 B
YAML

image:
pullPolicy: IfNotPresent
repository: brotandgames/ciao
tag: latest@sha256:e68d0f5ae48320379af2e69083110d68f278cbaffbea214e4dd40e6372d0bfcf
persistence:
databaselocation:
enabled: true
mountPath: /app/db/sqlite
portal:
open:
enabled: true
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