From b255de78ac64e7805764fd21bb82b740fee4a352 Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Thu, 28 Mar 2024 15:06:32 +0100 Subject: [PATCH] Update default onlyoffice app version to 9.0.0 --- cypress.config.js | 4 +--- values.yaml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/cypress.config.js b/cypress.config.js index 536f5811..14de7143 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -23,7 +23,5 @@ module.exports = defineConfig({ // Nextcloud and especially Onlyoffice load slow so we need to increase // the global timeout defaultCommandTimeout: 30000, - pageLoadTimeout: 90000, - videoCompression: false, - videoUploadOnPasses: false + pageLoadTimeout: 90000 }); diff --git a/values.yaml b/values.yaml index e0af7db1..5920f29c 100644 --- a/values.yaml +++ b/values.yaml @@ -50,7 +50,7 @@ apps: # then version enabled: true github_repository: ONLYOFFICE/onlyoffice-nextcloud - version: v8.2.0 + version: v9.0.0 release_filename: onlyoffice.tar.gz setupApps: -- GitLab