This PR contains the following updates: | Package | Update | Change | |---|---|---| | tccr.io/truecharts/docusaurus | digest | `00ca680` -> `53df5c5` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDAuMyIsInVwZGF0ZWRJblZlciI6IjM1LjEwMC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> --------- Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
41 lines
832 B
YAML
41 lines
832 B
YAML
image:
|
|
repository: tccr.io/truecharts/docusaurus
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:53df5c58a9baade51eecf30e9432b6c603f0b7bdefd34f3feb0e27dbc1ff36a5
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
targetPort: 80
|
|
port: 13080
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
TARGET_UID: "{{ .Values.securityContext.container.PUID }}"
|
|
TARGET_GID: "{{ .Values.securityContext.pod.fsGroup }}"
|
|
AUTO_UPDATE: true
|
|
WEBSITE_NAME: "Docusaurus HomeLab Website"
|
|
TEMPLATE: classic
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /docusaurus
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|