This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/truecharts/dokuwiki](https://togithub.com/truecharts/containers) | digest | `f5d516c` -> `d356cde` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please 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:eyJjcmVhdGVkSW5WZXIiOiIzNS42MS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNjEuMCJ9--> --------- Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
50 lines
1013 B
YAML
50 lines
1013 B
YAML
image:
|
|
repository: tccr.io/truecharts/dokuwiki
|
|
pullPolicy: IfNotPresent
|
|
tag: 20220731.1.0@sha256:d356cde2cb0a85e61cbe5fab179f6222d55acdd8de43cbec00559e0a4e00d473
|
|
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10123
|
|
targetPort: 8080
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /
|
|
readiness:
|
|
type: http
|
|
path: /
|
|
startup:
|
|
type: http
|
|
path: /
|
|
env:
|
|
DOKUWIKI_USERNAME: "admin"
|
|
DOKUWIKI_PASSWORD: "supersecret"
|
|
DOKUWIKI_FULL_NAME: "Super Admin"
|
|
DOKUWIKI_EMAIL: "admin@example.com"
|
|
DOKUWIKI_WIKI_NAME: "DokuWiki"
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /bitnami/dokuwiki
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|