mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 23:41:43 +01:00
fix(collabora): Bump to 23.05.2.2.1 and add capabilites to non containerd k8s clusters
This commit is contained in:
@@ -32,5 +32,14 @@ collabora:
|
||||
aliasgroups:
|
||||
- host: "https://{{ .Values.global.hosts.nextcloud }}.{{ .Values.global.domain }}:443"
|
||||
|
||||
{{- if not (eq .Values.cluster.container.engine "containerd") }}
|
||||
# In case of issues with "Failed to exec command '/usr/bin/loolforkit' (EPERM: Operation not permitted)...", activate:
|
||||
# Ref.: https://github.com/CollaboraOnline/online/issues/2800
|
||||
securityContext:
|
||||
capabilities:
|
||||
add:
|
||||
- "MKNOD"
|
||||
{{- end }}
|
||||
|
||||
replicaCount: {{ .Values.replicas.collabora }}
|
||||
...
|
||||
|
||||
@@ -12,14 +12,6 @@ image:
|
||||
collabora:
|
||||
extra_params: "--o:ssl.enable=false --o:ssl.termination=true"
|
||||
|
||||
|
||||
# In case of issues with "Failed to exec command '/usr/bin/loolforkit' (EPERM: Operation not permitted)...", activate:
|
||||
# Ref.: https://github.com/CollaboraOnline/online/issues/2800
|
||||
# securityContext:
|
||||
# capabilities:
|
||||
# add:
|
||||
# - "MKNOD"
|
||||
|
||||
ingress:
|
||||
annotations:
|
||||
# nginx
|
||||
|
||||
@@ -19,4 +19,8 @@ cluster:
|
||||
domain: "cluster.local"
|
||||
# Kubernetes cluster network CIDR.
|
||||
cidr: "10.0.0.0/8"
|
||||
|
||||
container:
|
||||
# Used container engine in kubernetes cluster.
|
||||
engine: "cri-o"
|
||||
...
|
||||
|
||||
@@ -8,8 +8,8 @@ images:
|
||||
repository: "clamav/clamav"
|
||||
tag: "1.1.0_base"
|
||||
collabora:
|
||||
repository: "souvap/tooling/images/collabora"
|
||||
tag: "23.05.1.2.2"
|
||||
repository: "collabora/code"
|
||||
tag: "23.05.2.2.1"
|
||||
dovecot:
|
||||
repository: "dovecot/dovecot"
|
||||
tag: "2.3.20"
|
||||
|
||||
Reference in New Issue
Block a user