Skip to content

Commit

Permalink
add docxf to allowed file types to create with OnlyOffice and pin cha…
Browse files Browse the repository at this point in the history
…rt versions (#439)
  • Loading branch information
wkloucek authored Nov 30, 2023
1 parent da35de0 commit 44074fb
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion deployments/ocis-office/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ repositories:
url: https://download.onlyoffice.com/charts/stable

releases:

- name: tika
namespace: tika
chart: tika/tika
version: 2.9.0
values:
- image:
tag: "latest-full" # using "full" tag for OCR func.
Expand All @@ -26,18 +26,22 @@ releases:
- name: rabbitmq
namespace: onlyoffice
chart: bitnami/rabbitmq
version: 12.5.4

- name: redis
namespace: onlyoffice
chart: bitnami/redis
version: 18.4.0

- name: postgresql
namespace: onlyoffice
chart: bitnami/postgresql
version: 13.2.21

- name: onlyoffice
namespace: onlyoffice
chart: onlyoffice/docs
version: 3.5.0
needs:
- onlyoffice/addons-onlyoffice
- onlyoffice/rabbitmq
Expand Down Expand Up @@ -74,6 +78,7 @@ releases:
- name: collabora
namespace: collabora
chart: collabora/collabora-online
version: 1.1.5
values:
- collabora:
aliasgroups:
Expand All @@ -100,6 +105,7 @@ releases:
- name: wopiserver
namespace: wopiserver
chart: cs3org/wopiserver
version: 0.9.2
values:
- wopiserverUrl: http://wopiserver.wopiserver.svc.cluster.local:8880
- config:
Expand Down Expand Up @@ -186,6 +192,13 @@ releases:
icon: image-edit
default_app: "OnlyOffice"
allow_creation: true
- mime_type: application/vnd.openxmlformats-officedocument.wordprocessingml.form
extension: docxf
name: FormDocument
description: Form document
icon: image-edit
default_app: "OnlyOffice"
allow_creation: true

- services:
idm:
Expand Down

0 comments on commit 44074fb

Please sign in to comment.