Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,15 @@
|
|||||||
# Changelog<br>
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="synapse-0.0.8"></a>
|
||||||
|
### [synapse-0.0.8](https://github.com/truecharts/apps/compare/synapse-0.0.7...synapse-0.0.8) (2022-01-31)
|
||||||
|
|
||||||
|
#### Fix
|
||||||
|
|
||||||
|
* fix federation service
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="synapse-0.0.7"></a>
|
<a name="synapse-0.0.7"></a>
|
||||||
### [synapse-0.0.7](https://github.com/truecharts/apps/compare/synapse-0.0.5...synapse-0.0.7) (2022-01-31)
|
### [synapse-0.0.7](https://github.com/truecharts/apps/compare/synapse-0.0.5...synapse-0.0.7) (2022-01-31)
|
||||||
|
|
||||||
|
|||||||
@@ -102,6 +102,8 @@ You will, however, be able to use all values referenced in the common chart here
|
|||||||
| probes.startup.path | string | `"/health"` | |
|
| probes.startup.path | string | `"/health"` | |
|
||||||
| secret | object | `{}` | |
|
| secret | object | `{}` | |
|
||||||
| securityContext.allowPrivilegeEscalation | bool | `true` | |
|
| securityContext.allowPrivilegeEscalation | bool | `true` | |
|
||||||
|
| service.federation.enabled | bool | `true` | |
|
||||||
|
| service.federation.ports.federation.enabled | bool | `true` | |
|
||||||
| service.federation.ports.federation.port | int | `8448` | |
|
| service.federation.ports.federation.port | int | `8448` | |
|
||||||
| service.federation.ports.federation.targetPort | int | `8008` | |
|
| service.federation.ports.federation.targetPort | int | `8008` | |
|
||||||
| service.main.ports.main.port | int | `8008` | |
|
| service.main.ports.main.port | int | `8008` | |
|
||||||
|
|||||||
@@ -1,6 +1,15 @@
|
|||||||
# Changelog<br>
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="synapse-0.0.8"></a>
|
||||||
|
### [synapse-0.0.8](https://github.com/truecharts/apps/compare/synapse-0.0.7...synapse-0.0.8) (2022-01-31)
|
||||||
|
|
||||||
|
#### Fix
|
||||||
|
|
||||||
|
* fix federation service
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="synapse-0.0.7"></a>
|
<a name="synapse-0.0.7"></a>
|
||||||
### [synapse-0.0.7](https://github.com/truecharts/apps/compare/synapse-0.0.5...synapse-0.0.7) (2022-01-31)
|
### [synapse-0.0.7](https://github.com/truecharts/apps/compare/synapse-0.0.5...synapse-0.0.7) (2022-01-31)
|
||||||
|
|
||||||
|
|||||||
@@ -102,6 +102,8 @@ You will, however, be able to use all values referenced in the common chart here
|
|||||||
| probes.startup.path | string | `"/health"` | |
|
| probes.startup.path | string | `"/health"` | |
|
||||||
| secret | object | `{}` | |
|
| secret | object | `{}` | |
|
||||||
| securityContext.allowPrivilegeEscalation | bool | `true` | |
|
| securityContext.allowPrivilegeEscalation | bool | `true` | |
|
||||||
|
| service.federation.enabled | bool | `true` | |
|
||||||
|
| service.federation.ports.federation.enabled | bool | `true` | |
|
||||||
| service.federation.ports.federation.port | int | `8448` | |
|
| service.federation.ports.federation.port | int | `8448` | |
|
||||||
| service.federation.ports.federation.targetPort | int | `8008` | |
|
| service.federation.ports.federation.targetPort | int | `8008` | |
|
||||||
| service.main.ports.main.port | int | `8008` | |
|
| service.main.ports.main.port | int | `8008` | |
|
||||||
|
|||||||
+35
-1
@@ -47378,6 +47378,40 @@ entries:
|
|||||||
- https://github.com/truecharts/apps/releases/download/strapi-0.0.1/strapi-0.0.1.tgz
|
- https://github.com/truecharts/apps/releases/download/strapi-0.0.1/strapi-0.0.1.tgz
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
synapse:
|
synapse:
|
||||||
|
- annotations:
|
||||||
|
truecharts.org/SCALE-support: "true"
|
||||||
|
truecharts.org/catagories: |
|
||||||
|
- cloud
|
||||||
|
truecharts.org/grade: U
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: 1.50.2
|
||||||
|
created: "2022-01-31T15:05:42.99574142Z"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org
|
||||||
|
version: 8.14.2
|
||||||
|
- condition: postgresql.enabled
|
||||||
|
name: postgresql
|
||||||
|
repository: https://truecharts.org/
|
||||||
|
version: 6.0.58
|
||||||
|
description: A Helm chart to deploy a Matrix homeserver stack into Kubernetes
|
||||||
|
digest: 0541c0e0e29143d80f397871af0789674ea6a242ec6ff87de69db4583dad9315
|
||||||
|
home: https://github.com/truecharts/apps/charts/stable/synapse
|
||||||
|
icon: https://truecharts.org/_static/img/appicons/synapse-icon.png
|
||||||
|
keywords:
|
||||||
|
- chat
|
||||||
|
- matrix
|
||||||
|
- synapse
|
||||||
|
kubeVersion: '>=1.16.0-0'
|
||||||
|
maintainers:
|
||||||
|
- email: info@truecharts.org
|
||||||
|
name: TrueCharts
|
||||||
|
url: https://truecharts.org
|
||||||
|
name: synapse
|
||||||
|
type: application
|
||||||
|
urls:
|
||||||
|
- https://github.com/truecharts/apps/releases/download/synapse-0.0.8/synapse-0.0.8.tgz
|
||||||
|
version: 0.0.8
|
||||||
- annotations:
|
- annotations:
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
@@ -54146,4 +54180,4 @@ entries:
|
|||||||
urls:
|
urls:
|
||||||
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
|
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
|
||||||
version: 9.0.24
|
version: 9.0.24
|
||||||
generated: "2022-01-31T14:29:51.30798883Z"
|
generated: "2022-01-31T15:05:43.000710426Z"
|
||||||
|
|||||||
Reference in New Issue
Block a user