Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
7573ad8f12
commit
bfe6d4b8d6
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<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)
|
||||
|
||||
#### Fix
|
||||
|
||||
* Try another way of defining the macaroon secret
|
||||
|
||||
|
||||
|
||||
<a name="synapse-0.0.5"></a>
|
||||
### [synapse-0.0.5](https://github.com/truecharts/apps/compare/synapse-0.0.4...synapse-0.0.5) (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"` | |
|
||||
| secret | object | `{}` | |
|
||||
| securityContext.allowPrivilegeEscalation | bool | `true` | |
|
||||
| service.federation.ports.federation.port | int | `8448` | |
|
||||
| service.federation.ports.federation.targetPort | int | `8008` | |
|
||||
| service.main.ports.main.port | int | `8008` | |
|
||||
| service.main.ports.main.targetPort | int | `8008` | |
|
||||
| service.metrics.enabled | bool | `true` | |
|
||||
|
|
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<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)
|
||||
|
||||
#### Fix
|
||||
|
||||
* Try another way of defining the macaroon secret
|
||||
|
||||
|
||||
|
||||
<a name="synapse-0.0.5"></a>
|
||||
### [synapse-0.0.5](https://github.com/truecharts/apps/compare/synapse-0.0.4...synapse-0.0.5) (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"` | |
|
||||
| secret | object | `{}` | |
|
||||
| securityContext.allowPrivilegeEscalation | bool | `true` | |
|
||||
| service.federation.ports.federation.port | int | `8448` | |
|
||||
| service.federation.ports.federation.targetPort | int | `8008` | |
|
||||
| service.main.ports.main.port | int | `8008` | |
|
||||
| service.main.ports.main.targetPort | int | `8008` | |
|
||||
| service.metrics.enabled | bool | `true` | |
|
||||
|
|
|
@ -47378,6 +47378,40 @@ entries:
|
|||
- https://github.com/truecharts/apps/releases/download/strapi-0.0.1/strapi-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
synapse:
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- cloud
|
||||
truecharts.org/grade: U
|
||||
apiVersion: v2
|
||||
appVersion: 1.50.2
|
||||
created: "2022-01-31T14:29:51.304465279Z"
|
||||
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: 94f23b857b9133193b3b46e7ed69cddabcf27c95e397feaba2a7460a520671d8
|
||||
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.7/synapse-0.0.7.tgz
|
||||
version: 0.0.7
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
|
@ -54112,4 +54146,4 @@ entries:
|
|||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
|
||||
version: 9.0.24
|
||||
generated: "2022-01-31T11:00:36.467709873Z"
|
||||
generated: "2022-01-31T14:29:51.30798883Z"
|
||||
|
|
Loading…
Reference in New Issue