Skip to content
Snippets Groups Projects
Commit e02a87ce authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Merge branch '1074-disable-cypress-video-compression' into 'main'

Resolve "Disable cypress video compression"

Closes #1075 and #1074

See merge request !286
parents 639239eb dd351409
No related branches found
No related tags found
1 merge request!286Resolve "Disable cypress video compression"
Pipeline #29835 passed with stages
in 11 minutes and 20 seconds
......@@ -22,6 +22,7 @@ include:
- values.yaml
- Chart.yaml
- .gitlab-ci.yml
- cypress.config.js
stages:
- lint-helm-chart
......
# Changelog
## [0.13.2] - 2022-10-06
* Disable Cypress video compression
* Only upload Cypress video on failure
## [0.13.0] - 2022-08-25
* Enable redis for NC, managed by the NC dependency redis chart.
......
......@@ -4,7 +4,7 @@ description: |
A helm chart for installing NextCloud and setting up ONLYOFFICE integration
name: nextcloud-onlyoffice
appVersion: NC-24.0.5-OO-7.2.0.204
version: 0.13.1
version: 0.13.2
icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
dependencies:
# https://artifacthub.io/packages/helm/nextcloud/nextcloud
......
......@@ -18,5 +18,7 @@ module.exports = defineConfig({
// https://docs.cypress.io/guides/references/configuration#Timeouts
// Nextcloud and especially Onlyoffice load slow so we need to increase
// the global timeout
defaultCommandTimeout: 30000
defaultCommandTimeout: 30000,
videoCompression: false,
videoUploadOnPasses: false
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment