Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
cc05900071
commit
3e08e2b244
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="synapse-2.0.15"></a>
|
||||
### [synapse-2.0.15](https://github.com/truecharts/apps/compare/synapse-2.0.14...synapse-2.0.15) (2022-04-05)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update container image matrixdotorg/synapse to v1.56.0
|
||||
|
||||
|
||||
|
||||
<a name="synapse-2.0.14"></a>
|
||||
### [synapse-2.0.14](https://github.com/truecharts/apps/compare/synapse-2.0.13...synapse-2.0.14) (2022-04-03)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
### [synapse-2.0.1](https://github.com/truecharts/apps/compare/synapse-2.0.0...synapse-2.0.1) (2022-03-07)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm general non-major helm releases ([#2111](https://github.com/truecharts/apps/issues/2111))
|
||||
* Remove `-icon` string from icon png's ([#2040](https://github.com/truecharts/apps/issues/2040))
|
||||
|
||||
|
||||
|
||||
<a name="synapse-2.0.0"></a>
|
||||
### [synapse-2.0.0](https://github.com/truecharts/apps/compare/synapse-1.0.10...synapse-2.0.0) (2022-03-03)
|
||||
|
|
@ -6,4 +6,4 @@ dependencies:
|
|||
repository: https://charts.truecharts.org/
|
||||
version: 7.0.37
|
||||
digest: sha256:89a54de1a0c5b43fe9ab8ce9162fb9ed4f6fce310775ef66ceb0b2311174afac
|
||||
generated: "2022-04-03T16:25:47.016344005Z"
|
||||
generated: "2022-04-06T01:21:16.250074772Z"
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.55.2"
|
||||
appVersion: "1.56.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -24,7 +24,7 @@ maintainers:
|
|||
name: synapse
|
||||
sources: []
|
||||
type: application
|
||||
version: 2.0.14
|
||||
version: 2.0.15
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- cloud
|
|
@ -18,7 +18,7 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
| env | object | `{}` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"matrixdotorg/synapse"` | |
|
||||
| image.tag | string | `"v1.55.2"` | |
|
||||
| image.tag | string | `"v1.56.0"` | |
|
||||
| installContainers.generate-signing-key.args[0] | string | `"-m"` | |
|
||||
| installContainers.generate-signing-key.args[10] | string | `"--generate-keys"` | |
|
||||
| installContainers.generate-signing-key.args[1] | string | `"synapse.app.homeserver"` | |
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: matrixdotorg/synapse
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.55.2
|
||||
tag: v1.56.0
|
||||
|
||||
command:
|
||||
- sh
|
Loading…
Reference in New Issue