mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-08 00:11:38 +01:00
fix(xwiki): Update to 1.2.6 and add imagePullSecrets
This commit is contained in:
@@ -8,6 +8,8 @@ image:
|
|||||||
tag: {{ .Values.images.xwiki.tag | quote }}
|
tag: {{ .Values.images.xwiki.tag | quote }}
|
||||||
pullPolicy: {{ .Values.global.imagePullPolicy | quote }}
|
pullPolicy: {{ .Values.global.imagePullPolicy | quote }}
|
||||||
|
|
||||||
|
imagePullSecrets: {{ .Values.global.imagePullSecrets }}
|
||||||
|
|
||||||
externalDB:
|
externalDB:
|
||||||
password: {{ .Values.databases.xwiki.password | default .Values.secrets.mariadb.rootPassword | quote }}
|
password: {{ .Values.databases.xwiki.password | default .Values.secrets.mariadb.rootPassword | quote }}
|
||||||
database: {{ .Values.databases.xwiki.name | quote }}
|
database: {{ .Values.databases.xwiki.name | quote }}
|
||||||
|
|||||||
@@ -510,7 +510,7 @@ charts:
|
|||||||
registry: "registry.opencode.de"
|
registry: "registry.opencode.de"
|
||||||
repository: "bmi/opendesk/components/supplier/univention/charts-mirror"
|
repository: "bmi/opendesk/components/supplier/univention/charts-mirror"
|
||||||
name: "keycloak-extensions"
|
name: "keycloak-extensions"
|
||||||
version: "0.0.5-post-feat-add-imagepullsecrets"
|
version: "0.0.5"
|
||||||
verify: true
|
verify: true
|
||||||
# @supplier: "Univention"
|
# @supplier: "Univention"
|
||||||
# @mirrorFilter: '^(\d+)\.(\d+)\.(\d+)$'
|
# @mirrorFilter: '^(\d+)\.(\d+)\.(\d+)$'
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ replicas:
|
|||||||
freshclam: 1
|
freshclam: 1
|
||||||
# clamav-distributed
|
# clamav-distributed
|
||||||
icap: 1
|
icap: 1
|
||||||
|
intercomService: 1
|
||||||
jibri: 1
|
jibri: 1
|
||||||
jicofo: 1
|
jicofo: 1
|
||||||
jitsi: 1
|
jitsi: 1
|
||||||
@@ -25,6 +26,7 @@ replicas:
|
|||||||
matrixNeoDateFixBot: 1
|
matrixNeoDateFixBot: 1
|
||||||
matrixNeoDateFixWidget: 1
|
matrixNeoDateFixWidget: 1
|
||||||
matrixUserVerificationService: 1
|
matrixUserVerificationService: 1
|
||||||
|
memcached: 1
|
||||||
# clamav-distributed
|
# clamav-distributed
|
||||||
milter: 1
|
milter: 1
|
||||||
minioDistributed: 4
|
minioDistributed: 4
|
||||||
@@ -33,6 +35,7 @@ replicas:
|
|||||||
nextcloudPHP: 1
|
nextcloudPHP: 1
|
||||||
openproject: 1
|
openproject: 1
|
||||||
postfix: 1
|
postfix: 1
|
||||||
|
redis: 1
|
||||||
synapse: 1
|
synapse: 1
|
||||||
synapseWeb: 1
|
synapseWeb: 1
|
||||||
wellKnown: 1
|
wellKnown: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user