fix(onlyoffice); set redis password (#3856)
This commit is contained in:
parent
0f6eb95dc7
commit
8402ca89ab
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue