fix(onlyoffice); set redis password (#3856)

This commit is contained in:
Stavros Kois 2022-09-23 21:22:59 +03:00 committed by GitHub
parent 0f6eb95dc7
commit 8402ca89ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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: