Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-02-04 11:23:38 +00:00
parent 69134523ef
commit bf69505dc5
15 changed files with 644 additions and 723 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="onlyoffice-document-server-3.1.0"></a>
### [onlyoffice-document-server-3.1.0](https://github.com/truecharts/apps/compare/onlyoffice-document-server-3.0.18...onlyoffice-document-server-3.1.0) (2022-02-04)
#### Feat
* Move to our own OnlyOffice Container ([#1837](https://github.com/truecharts/apps/issues/1837))
<a name="onlyoffice-document-server-3.0.18"></a>
### [onlyoffice-document-server-3.0.18](https://github.com/truecharts/apps/compare/onlyoffice-document-server-3.0.17...onlyoffice-document-server-3.0.18) (2022-02-02)
@ -88,12 +97,3 @@
* update helm general non-major helm releases ([#1693](https://github.com/truecharts/apps/issues/1693))
<a name="onlyoffice-document-server-3.0.9"></a>
### [onlyoffice-document-server-3.0.9](https://github.com/truecharts/apps/compare/onlyoffice-document-server-3.0.8...onlyoffice-document-server-3.0.9) (2022-01-04)
#### Chore
* update helm general non-major helm releases

View File

@ -9,4 +9,4 @@ dependencies:
repository: https://truecharts.org
version: 1.0.65
digest: sha256:0e531305643f85df8db32f48ec1e2e2e67bac9c0ac237a367ab4f4879142bede
generated: "2022-02-02T13:51:13.936048641Z"
generated: "2022-02-04T11:19:35.47321312Z"

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "7.0.0.132"
appVersion: "7.0.0"
dependencies:
- name: common
repository: https://truecharts.org
@ -30,7 +30,7 @@ sources:
- https://github.com/ONLYOFFICE/DocumentServer
- https://github.com/ONLYOFFICE/Docker-DocumentServer
- https://hub.docker.com/r/onlyoffice/documentserver/
version: 3.0.18
version: 3.1.0
annotations:
truecharts.org/catagories: |
- office

View File

@ -25,8 +25,8 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.REDIS_SERVER_HOST.secretKeyRef.key | string | `"url"` | |
| envValueFrom.REDIS_SERVER_HOST.secretKeyRef.name | string | `"rediscreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/documentserver"` | |
| image.tag | string | `"v7.0.0.132@sha256:25c99327a7a76a186dec4d4bf8f31eaeebf0e57b8c3476a1cf29e7c5d9ac185a"` | |
| image.repository | string | `"tccr.io/truecharts/onlyoffice-ds"` | |
| image.tag | string | `"v7.0.0@sha256:957599910369a83815b4529d65e1eef41b8eac33eed98da6be33bd80f7464512"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| postgresql.enabled | bool | `true` | |

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/documentserver
tag: v7.0.0.132@sha256:25c99327a7a76a186dec4d4bf8f31eaeebf0e57b8c3476a1cf29e7c5d9ac185a
repository: tccr.io/truecharts/onlyoffice-ds
tag: v7.0.0@sha256:957599910369a83815b4529d65e1eef41b8eac33eed98da6be33bd80f7464512
pullPolicy: IfNotPresent
securityContext: