Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
f943f67129
commit
1da81e29f2
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [onlyoffice-document-server-9.0.23](https://github.com/truecharts/charts/compare/onlyoffice-document-server-9.0.22...onlyoffice-document-server-9.0.23) (2023-02-10)
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- ensure new helm deps repo is used in latest releases as well.
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [onlyoffice-document-server-9.0.24](https://github.com/truecharts/charts/compare/onlyoffice-document-server-9.0.23...onlyoffice-document-server-9.0.24) (2023-02-14)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/onlyoffice-ds to v7.3.2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [onlyoffice-document-server-9.0.23](https://github.com/truecharts/charts/compare/onlyoffice-document-server-9.0.22...onlyoffice-document-server-9.0.23) (2023-02-10)
|
## [onlyoffice-document-server-9.0.23](https://github.com/truecharts/charts/compare/onlyoffice-document-server-9.0.22...onlyoffice-document-server-9.0.23) (2023-02-10)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
## [onlyoffice-document-server-9.0.14](https://github.com/truecharts/charts/compare/onlyoffice-document-server-9.0.13...onlyoffice-document-server-9.0.14) (2022-12-25)
|
## [onlyoffice-document-server-9.0.14](https://github.com/truecharts/charts/compare/onlyoffice-document-server-9.0.13...onlyoffice-document-server-9.0.14) (2022-12-25)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|
||||||
- update helm general non-major
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [onlyoffice-document-server-9.0.13](https://github.com/truecharts/charts/compare/onlyoffice-document-server-9.0.12...onlyoffice-document-server-9.0.13) (2022-12-20)
|
|
||||||
|
|
||||||
### Chore
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "7.3.0"
|
appVersion: "7.3.2"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -27,7 +27,7 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/onlyoffice-document-server
|
- https://github.com/truecharts/charts/tree/master/charts/stable/onlyoffice-document-server
|
||||||
- https://github.com/ONLYOFFICE/DocumentServer
|
- https://github.com/ONLYOFFICE/DocumentServer
|
||||||
- https://github.com/ONLYOFFICE/Docker-DocumentServer
|
- https://github.com/ONLYOFFICE/Docker-DocumentServer
|
||||||
version: 9.0.23
|
version: 9.0.24
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- office
|
- office
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [onlyoffice-document-server-9.0.24](https://github.com/truecharts/charts/compare/onlyoffice-document-server-9.0.23...onlyoffice-document-server-9.0.24) (2023-02-14)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/onlyoffice-ds to v7.3.2
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/onlyoffice-ds
|
repository: tccr.io/truecharts/onlyoffice-ds
|
||||||
tag: 7.3.0@sha256:ffedf651e796cc1a2bc2e52746ee35130e2b91814efcbbf28832cbaf9321fe3c
|
tag: 7.3.2@sha256:9aacea7333ba95828654da677afedf3e9538cef77394c395a3991cc7f07e8e85
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
Loading…
Reference in New Issue