fix(onlyoffice); set redis password (#3856)
This commit is contained in:
@@ -28,7 +28,7 @@ sources:
|
|||||||
- https://github.com/ONLYOFFICE/DocumentServer
|
- https://github.com/ONLYOFFICE/DocumentServer
|
||||||
- https://github.com/ONLYOFFICE/Docker-DocumentServer
|
- https://github.com/ONLYOFFICE/Docker-DocumentServer
|
||||||
- https://hub.docker.com/r/onlyoffice/documentserver/
|
- https://hub.docker.com/r/onlyoffice/documentserver/
|
||||||
version: 6.0.37
|
version: 6.0.38
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- office
|
- office
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/onlyoffice-ds
|
repository: tccr.io/truecharts/onlyoffice-ds
|
||||||
tag: 7.1.1@sha256:353c74c1cf806e876cbf8ffa907af3733c323d0c7e221cd534a7fc77fe3bbac5
|
tag: 7.2.0@sha256:433191fc368ee9c45914c78a6d126e5ec1f60b7aef4218b4cc846cc67a87caef
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
@@ -33,7 +33,11 @@ env:
|
|||||||
REDIS_SERVER_HOST:
|
REDIS_SERVER_HOST:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: rediscreds
|
name: rediscreds
|
||||||
key: url
|
key: plainhost
|
||||||
|
REDIS_SERVER_PASS:
|
||||||
|
secretKeyRef:
|
||||||
|
name: rediscreds
|
||||||
|
key: redis-password
|
||||||
|
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
|
|||||||
Reference in New Issue
Block a user