Skip to content
Snippets Groups Projects
Commit 813b8957 authored by Varac's avatar Varac
Browse files

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

Resolve "Pod for cypress test receives onlyoffice traffic"

Closes #1076

See merge request !287
parents e02a87ce 1efa996d
No related branches found
No related tags found
1 merge request!287Resolve "Pod for cypress test receives onlyoffice traffic"
Pipeline #29843 passed with stages
in 9 minutes and 43 seconds
# Changelog
## [0.13.3] - 2022-10-06
* Do not accidentally send onlyoffice traffic to cypress pod.
## [0.13.2] - 2022-10-06
* Disable Cypress video compression
......
......@@ -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.2
version: 0.13.3
icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
dependencies:
# https://artifacthub.io/packages/helm/nextcloud/nextcloud
......
......@@ -3,7 +3,6 @@ kind: Pod
metadata:
name: "{{ include "onlyoffice-documentserver.fullname" . }}-cypress-test"
labels:
app.kubernetes.io/name: {{ include "onlyoffice-documentserver.name" . }}
helm.sh/chart: {{ include "onlyoffice-documentserver.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
......
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