Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
4ceeefa090
commit
787cc49aed
|
@ -2,6 +2,15 @@
|
|||
|
||||
|
||||
|
||||
## [onlyoffice-document-server-6.0.38](https://github.com/truecharts/charts/compare/onlyoffice-document-server-6.0.37...onlyoffice-document-server-6.0.38) (2022-09-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
|
||||
## [onlyoffice-document-server-6.0.37](https://github.com/truecharts/charts/compare/onlyoffice-document-server-6.0.36...onlyoffice-document-server-6.0.37) (2022-09-22)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
- refactor Services SCALE GUI
|
||||
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
|
||||
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
|
||||
|
||||
|
||||
|
||||
|
||||
## [onlyoffice-document-server-6.0.37](https://github.com/truecharts/charts/compare/onlyoffice-document-server-6.0.36...onlyoffice-document-server-6.0.37) (2022-09-20)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
|
@ -9,4 +9,4 @@ dependencies:
|
|||
repository: https://charts.truecharts.org
|
||||
version: 3.0.75
|
||||
digest: sha256:9d4ce7b49341358873ac504e187314c9a2e0f15e6eea31a51a1294b829ddaaba
|
||||
generated: "2022-09-22T14:09:20.254723439Z"
|
||||
generated: "2022-09-23T18:25:45.862655897Z"
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "7.1.1"
|
||||
appVersion: "7.2.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -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