Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
d2a4b77843
commit
11ec498484
|
@ -1,6 +1,15 @@
|
|||
# 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>
|
||||
### [synapse-0.0.7](https://github.com/truecharts/apps/compare/synapse-0.0.5...synapse-0.0.7) (2022-01-31)
|
||||
|
|
@ -6,4 +6,4 @@ dependencies:
|
|||
repository: https://truecharts.org/
|
||||
version: 6.0.58
|
||||
digest: sha256:a28ed48da9797a2e9d6e9a194aa6f65b07fc1cc0169d5ffdb0ba7c44c94806b1
|
||||
generated: "2022-01-31T14:26:46.188518195Z"
|
||||
generated: "2022-01-31T15:01:27.465903657Z"
|
|
@ -24,7 +24,7 @@ maintainers:
|
|||
name: synapse
|
||||
sources: []
|
||||
type: application
|
||||
version: 0.0.7
|
||||
version: 0.0.8
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- cloud
|
|
@ -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.enabled | bool | `true` | |
|
||||
| service.federation.ports.federation.enabled | bool | `true` | |
|
||||
| service.federation.ports.federation.port | int | `8448` | |
|
||||
| service.federation.ports.federation.targetPort | int | `8008` | |
|
||||
| service.main.ports.main.port | int | `8008` | |
|
|
@ -19,8 +19,10 @@ service:
|
|||
port: 8008
|
||||
targetPort: 8008
|
||||
federation:
|
||||
enabled: true
|
||||
ports:
|
||||
federation:
|
||||
enabled: true
|
||||
port: 8448
|
||||
targetPort: 8008
|
||||
replication:
|
Loading…
Reference in New Issue