diff --git a/charts/stable/onlyoffice-document-server/Chart.yaml b/charts/stable/onlyoffice-document-server/Chart.yaml index 93484c5e5b6..cdd2bb79f0d 100644 --- a/charts/stable/onlyoffice-document-server/Chart.yaml +++ b/charts/stable/onlyoffice-document-server/Chart.yaml @@ -28,7 +28,7 @@ sources: - https://github.com/ONLYOFFICE/DocumentServer - https://github.com/ONLYOFFICE/Docker-DocumentServer - https://hub.docker.com/r/onlyoffice/documentserver/ -version: 6.0.37 +version: 6.0.38 annotations: truecharts.org/catagories: | - office diff --git a/charts/stable/onlyoffice-document-server/values.yaml b/charts/stable/onlyoffice-document-server/values.yaml index 37453357bb1..c3cbada2629 100644 --- a/charts/stable/onlyoffice-document-server/values.yaml +++ b/charts/stable/onlyoffice-document-server/values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/onlyoffice-ds - tag: 7.1.1@sha256:353c74c1cf806e876cbf8ffa907af3733c323d0c7e221cd534a7fc77fe3bbac5 + tag: 7.2.0@sha256:433191fc368ee9c45914c78a6d126e5ec1f60b7aef4218b4cc846cc67a87caef pullPolicy: IfNotPresent securityContext: @@ -33,7 +33,11 @@ env: REDIS_SERVER_HOST: secretKeyRef: name: rediscreds - key: url + key: plainhost + REDIS_SERVER_PASS: + secretKeyRef: + name: rediscreds + key: redis-password probes: liveness: