Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add docxf to allowed file types to create with OnlyOffice and pin chart versions #439

Merged
merged 1 commit into from
Nov 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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