Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
8414a95514
commit
d929c665a2
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="synapse-2.0.26"></a>
|
||||
### [synapse-2.0.26](https://github.com/truecharts/apps/compare/synapse-2.0.25...synapse-2.0.26) (2022-05-03)
|
||||
|
||||
#### Fix
|
||||
|
||||
* fix loadCustomConfig ([#2602](https://github.com/truecharts/apps/issues/2602))
|
||||
|
||||
|
||||
|
||||
<a name="synapse-2.0.25"></a>
|
||||
### [synapse-2.0.25](https://github.com/truecharts/apps/compare/synapse-2.0.24...synapse-2.0.25) (2022-05-01)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
|
||||
<a name="synapse-2.0.13"></a>
|
||||
### [synapse-2.0.13](https://github.com/truecharts/apps/compare/synapse-2.0.12...synapse-2.0.13) (2022-03-31)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm general non-major helm releases ([#2362](https://github.com/truecharts/apps/issues/2362))
|
||||
|
||||
|
||||
|
|
@ -6,4 +6,4 @@ dependencies:
|
|||
repository: https://charts.truecharts.org/
|
||||
version: 7.0.50
|
||||
digest: sha256:e5b71cff47161f1d43f23e13e27fbb5965a85a997039e0b92ebd37a97c339b83
|
||||
generated: "2022-05-01T20:39:43.034661024Z"
|
||||
generated: "2022-05-03T04:43:51.441151976Z"
|
|
@ -24,7 +24,7 @@ maintainers:
|
|||
name: synapse
|
||||
sources: []
|
||||
type: application
|
||||
version: 2.0.25
|
||||
version: 2.0.26
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- cloud
|
|
@ -120,7 +120,7 @@ data:
|
|||
{{- end }}
|
||||
|
||||
suppress_key_server_warning: {{ .Values.matrix.security.supressKeyServerWarning }}
|
||||
{{- if not .Values.loadCustomConfig }}
|
||||
{{- if not .Values.synapse.loadCustomConfig }}
|
||||
custom.yaml: |
|
||||
# PLACEHOLDER
|
||||
{{- end }}
|
Loading…
Reference in New Issue