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

upgrade ONLYOFFICE again and increase failure threshold to 10

parent 23b9d8f8
No related branches found
No related tags found
1 merge request!16Resolve "Readyness probe terminates onlyofficepod after version update"
......@@ -5,7 +5,7 @@ dependencies:
tags:
- nextcloud
- name: onlyoffice-documentserver
version: 0.1.1
version: 0.1.2
repository: "@onlyoffice-documentserver"
tags:
- onlyoffice
......
apiVersion: v1
appVersion: 5.3.1.26
appVersion: 5.4.0-2-1
description: A Helm chart for onlyoffice's documentserver
home: https://www.onlyoffice.com/
icon: https://download.onlyoffice.com/assets/fb/fb_icon_325x325.jpg
......@@ -9,4 +9,4 @@ maintainers:
name: onlyoffice-documentserver
sources:
- https://code.greenhost.net/openappstack/nextcloud
version: 0.1.1
version: 0.1.2
......@@ -8,7 +8,7 @@ jwtSecret: "secret"
image:
repository: infrarednetwork/onlyoffice-documentserver
tag: 5.3.2-2
tag: 5.4.0-2-1
pullPolicy: Always
strategy: Recreate
......@@ -63,7 +63,7 @@ readinessProbe:
timeoutSeconds: 2
periodSeconds: 10
successThreshold: 1
failureThreshold: 3
failureThreshold: 10
redis:
master:
......
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