This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/truecharts/xwiki](https://togithub.com/truecharts/containers) | minor | `15.0.0-postgres` -> `15.3.0-postgres` | --- ### ⚠ 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>
48 lines
1.0 KiB
YAML
48 lines
1.0 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/xwiki
|
|
tag: 15.3.0-postgres@sha256:682e692517b5fb4d2e43ffafb7daec123db1eb7428afc88b164a28728e3de93c
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10208
|
|
targetPort: 8080
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/usr/local/xwiki"
|
|
cnpg:
|
|
main:
|
|
enabled: true
|
|
|
|
user: xwiki
|
|
database: xwiki
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
DB_USER: "{{ .Values.cnpg.main.user }}"
|
|
DB_DATABASE: "{{ .Values.cnpg.main.database }}"
|
|
# User Defined
|
|
JAVA_OPTS: ""
|
|
DB_HOST:
|
|
secretKeyRef:
|
|
name: cnpg-main-urls
|
|
key: host
|
|
DB_PASSWORD:
|
|
secretKeyRef:
|
|
name: cnpg-main-user
|
|
key: password
|