chore: Auto-update chart README [skip ci]

This commit is contained in:
truecharts-bot
2022-08-08 23:15:26 +00:00
parent 763af7a7b9
commit aa39c09e86
2201 changed files with 18015 additions and 10755 deletions
+10
View File
@@ -2,6 +2,16 @@
## [synapse-4.0.29](https://github.com/truecharts/charts/compare/synapse-4.0.28...synapse-4.0.29) (2022-08-08)
### Chore
- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376))
- replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402))
## [synapse-4.0.28](https://github.com/truecharts/apps/compare/synapse-4.0.27...synapse-4.0.28) (2022-07-26)
### Chore
+4 -3
View File
@@ -10,8 +10,8 @@ dependencies:
version: 8.0.50
deprecated: false
description: A Helm chart to deploy a Matrix homeserver stack into Kubernetes
home: https://github.com/truecharts/charts/tree/master/charts/stable/synapse
icon: https://truecharts.org/img/chart-icons/synapse.png
home: https://truecharts.org/docs/charts/stable/synapse
icon: https://truecharts.org/img/hotlink-ok/chart-icons/synapse.png
keywords:
- chat
- matrix
@@ -22,7 +22,8 @@ maintainers:
name: TrueCharts
url: https://truecharts.org
name: synapse
sources: []
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/synapse
type: application
version: 4.0.29
annotations:
+13 -9
View File
@@ -1,6 +1,6 @@
# synapse
![Version: 4.0.28](https://img.shields.io/badge/Version-4.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.63.1](https://img.shields.io/badge/AppVersion-1.63.1-informational?style=flat-square)
![Version: 4.0.29](https://img.shields.io/badge/Version-4.0.29-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.63.1](https://img.shields.io/badge/AppVersion-1.63.1-informational?style=flat-square)
A Helm chart to deploy a Matrix homeserver stack into Kubernetes
@@ -11,6 +11,10 @@ For more information, please click here: [synapse](https://truecharts.org/docs/c
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/stable/synapse>
## Requirements
Kubernetes: `>=1.16.0-0`
@@ -19,21 +23,21 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | postgresql | 8.0.48 |
| https://library-charts.truecharts.org | common | 10.4.8 |
| https://charts.truecharts.org/ | postgresql | 8.0.50 |
| https://library-charts.truecharts.org | common | 10.4.9 |
## Installing the Chart
### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/).
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm
To install the chart with the release name `synapse`
```console
helm repo add TrueCharts https://helm.truecharts.org
helm repo add TrueCharts https://charts.truecharts.org
helm repo update
helm install synapse TrueCharts/synapse
```
@@ -44,7 +48,7 @@ helm install synapse TrueCharts/synapse
**Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm
@@ -63,7 +67,7 @@ helm uninstall synapse
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline
#### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
@@ -81,9 +85,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca
helm install synapse TrueCharts/synapse -f values.yaml
```
#### Connecting to other apps
#### Connecting to other charts
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide.
## Support