Files
truecharts/charts/stable/ciao/values.yaml
T
TrueCharts Bot 26090e5383 chore(deps): update container image brotandgames/ciao to latest@38936e6 by renovate (#21340)
This PR contains the following updates:

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

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMyMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-25 20:16:01 +02:00

40 lines
975 B
YAML

image:
pullPolicy: IfNotPresent
repository: brotandgames/ciao
tag: latest@sha256:38936e61eead7fe3eb662e45a7f7b4493270ef69d2360eac944aeacb97ddd359
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