fix(collabora): Bump to 23.05.2.2.1 and add capabilites to non containerd k8s clusters

This commit is contained in:
Dominik Kaminski
2023-08-04 14:30:11 +02:00
parent c9a763f368
commit 2652b2645d
4 changed files with 15 additions and 10 deletions

View File

@@ -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 }}
...

View File

@@ -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

View File

@@ -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"
...

View File

@@ -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"