Skip to content
Snippets Groups Projects
Commit a2133d71 authored by Arie Peterson's avatar Arie Peterson
Browse files

Merge branch 'main' into 1076-pod-for-cypress-test-receives-onlyoffice-traffic

parents 8ea19bd8 e02a87ce
No related branches found
Tags 0.10.2
1 merge request!287Resolve "Pod for cypress test receives onlyoffice traffic"
......@@ -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