Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
ef0f70a7f5
commit
6f696db50b
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [synapse-7.0.23](https://github.com/truecharts/charts/compare/synapse-7.0.22...synapse-7.0.23) (2023-02-02)
|
||||
|
||||
### Fix
|
||||
|
||||
- remove non-link sources ([#6826](https://github.com/truecharts/charts/issues/6826))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [synapse-7.0.24](https://github.com/truecharts/charts/compare/synapse-7.0.23...synapse-7.0.24) (2023-02-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/synapse to v1.76.0
|
||||
|
||||
|
||||
|
||||
|
||||
## [synapse-7.0.23](https://github.com/truecharts/charts/compare/synapse-7.0.22...synapse-7.0.23) (2023-02-02)
|
||||
|
||||
### Fix
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [synapse-7.0.14](https://github.com/truecharts/charts/compare/synapse-7.0.13...synapse-7.0.14) (2022-12-20)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/synapse to v1.74.0
|
||||
|
||||
|
||||
|
||||
|
||||
## [synapse-7.0.13](https://github.com/truecharts/charts/compare/synapse-7.0.12...synapse-7.0.13) (2022-12-19)
|
||||
|
||||
### Chore
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.75.0"
|
||||
appVersion: "1.76.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -26,7 +26,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/synapse
|
||||
- https://hub.docker.com/matrixdotorg/synapse
|
||||
type: application
|
||||
version: 7.0.23
|
||||
version: 7.0.24
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- cloud
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [synapse-7.0.24](https://github.com/truecharts/charts/compare/synapse-7.0.23...synapse-7.0.24) (2023-02-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/synapse to v1.76.0
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/synapse
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.75.0@sha256:ecc2d24cef1e02f01185a080418a1e0f90464532966d4d126991f36d25a94277
|
||||
tag: 1.76.0@sha256:a1fe8e0520068a33c2ac36d1a1d36ea2e9720586747c108014a6bf2b74a2cc68
|
||||
|
||||
command:
|
||||
- sh
|
Loading…
Reference in New Issue