This PR contains the following updates: | Package | Update | Change | |---|---|---| | xwiki | digest | `239a6e5` -> `0cf6775` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
47 lines
1017 B
YAML
47 lines
1017 B
YAML
image:
|
|
repository: xwiki
|
|
tag: 15.10.1-postgres-tomcat@sha256:0cf6775a4a71f0be806e2c37075f349ae31d094f44faf81bdb2159b444817166
|
|
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
|