Files
truecharts/charts/stable/bookstack/values.yaml
T
TrueCharts Bot a7e6fa3b41 chore(deps): update container image ghcr.io/linuxserver/bookstack to v24.05.20240520@02623a4 by renovate (#22310)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/bookstack](https://togithub.com/linuxserver/docker-bookstack/packages)
([source](https://togithub.com/linuxserver/docker-bookstack)) | patch |
`24.05.20240513` -> `24.05.20240520` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguOSIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-21 02:33:49 +02:00

49 lines
1.2 KiB
YAML

image:
repository: ghcr.io/linuxserver/bookstack
pullPolicy: IfNotPresent
tag: 24.05.20240520@sha256:02623a4ba6359de67396b0e66b78c387b203d353e17d1245551bd749dbde494b
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 10112
protocol: http
targetPort: 80
workload:
main:
podSpec:
containers:
main:
env:
DB_USER: "{{ .Values.mariadb.mariadbUsername }}"
DB_DATABASE: "{{ .Values.mariadb.mariadbDatabase }}"
APP_URL: ""
DB_HOST:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
key: plainhost
DB_PASS: "{{ .Values.mariadb.password }}"
APP_KEY:
secretKeyRef:
name: secrets
key: APP_KEY
persistence:
config:
enabled: true
mountPath: /config
mariadb:
enabled: true
includeCommon: true
mariadbUsername: bookstack
mariadbDatabase: bookstack
portal:
open:
enabled: true