Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
6adb56e16a
commit
86e4592564
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [synapse-7.0.25](https://github.com/truecharts/charts/compare/synapse-7.0.24...synapse-7.0.25) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [synapse-7.0.26](https://github.com/truecharts/charts/compare/synapse-7.0.25...synapse-7.0.26) (2023-02-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/synapse to v1.77.0
|
||||
|
||||
|
||||
|
||||
|
||||
## [synapse-7.0.25](https://github.com/truecharts/charts/compare/synapse-7.0.24...synapse-7.0.25) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [synapse-7.0.16](https://github.com/truecharts/charts/compare/synapse-7.0.15...synapse-7.0.16) (2022-12-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
|
||||
|
||||
|
||||
|
||||
|
||||
## [synapse-7.0.15](https://github.com/truecharts/charts/compare/synapse-7.0.14...synapse-7.0.15) (2022-12-25)
|
||||
|
||||
### Chore
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.76.0"
|
||||
appVersion: "1.77.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/r/matrixdotorg/synapse
|
||||
type: application
|
||||
version: 7.0.25
|
||||
version: 7.0.26
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- cloud
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [synapse-7.0.26](https://github.com/truecharts/charts/compare/synapse-7.0.25...synapse-7.0.26) (2023-02-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/synapse to v1.77.0
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/synapse
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.76.0@sha256:a1fe8e0520068a33c2ac36d1a1d36ea2e9720586747c108014a6bf2b74a2cc68
|
||||
tag: 1.77.0@sha256:d6174dc01cc5a8d8b384c656ecdec86ff2f3b6962024949266b1f1aa02969332
|
||||
|
||||
command:
|
||||
- sh
|
Loading…
Reference in New Issue