Files
truecharts/charts/stable/teedy/values.yaml
T
TrueCharts Bot c89ed0f8c9 chore(deps): update container image sismics/docs to v1.11@70616d4 by renovate (#24389)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [sismics/docs](https://togithub.com/sismics/docs) | digest | `4533ff3`
-> `70616d4` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC41LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOC41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 08:23:24 +02:00

46 lines
1.0 KiB
YAML

image:
repository: sismics/docs
tag: v1.11@sha256:70616d46a9bf772284a101b0e7a5d1fce611bf55b9eecda279440affdc96a7ca
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 10100
targetPort: 8080
persistence:
data:
enabled: true
mountPath: "/data"
cnpg:
main:
enabled: true
user: teedyuser
database: teedydb
portal:
open:
enabled: true
workload:
main:
podSpec:
containers:
main:
env:
DOCS_DEFAULT_LANGUAGE: "eng"
DOCS_BASE_URL: ""
DOCS_SMTP_HOSTNAME: ""
DOCS_SMTP_PORT: 0
DATABASE_USER: "{{ .Values.cnpg.main.user }}"
DATABASE_PASSWORD:
secretKeyRef:
name: cnpg-main-user
key: password
DATABASE_URL:
secretKeyRef:
name: cnpg-main-urls
key: jdbc
DOCS_ADMIN_EMAIL_INIT: ""
DOCS_ADMIN_PASSWORD_INIT: ""
DOCS_SMTP_USERNAME: ""
DOCS_SMTP_PASSWORD: ""