Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="synapse-0.0.11"></a>
|
||||
### [synapse-0.0.11](https://github.com/truecharts/apps/compare/synapse-0.0.10...synapse-0.0.11) (2022-01-31)
|
||||
|
||||
|
||||
|
||||
<a name="synapse-0.0.10"></a>
|
||||
### [synapse-0.0.10](https://github.com/truecharts/apps/compare/synapse-0.0.9...synapse-0.0.10) (2022-01-31)
|
||||
|
||||
@@ -6,4 +6,4 @@ dependencies:
|
||||
repository: https://truecharts.org/
|
||||
version: 6.0.58
|
||||
digest: sha256:a28ed48da9797a2e9d6e9a194aa6f65b07fc1cc0169d5ffdb0ba7c44c94806b1
|
||||
generated: "2022-01-31T16:09:52.700248971Z"
|
||||
generated: "2022-01-31T18:04:44.450875118Z"
|
||||
@@ -24,7 +24,7 @@ maintainers:
|
||||
name: synapse
|
||||
sources: []
|
||||
type: application
|
||||
version: 0.0.10
|
||||
version: 0.0.11
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- cloud
|
||||
@@ -20,12 +20,16 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| image.repository | string | `"matrixdotorg/synapse"` | |
|
||||
| image.tag | string | `"v1.50.2"` | |
|
||||
| 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"` | |
|
||||
| installContainers.generate-signing-key.args[2] | string | `"--config-path"` | |
|
||||
| installContainers.generate-signing-key.args[3] | string | `"/data/homeserver.yaml"` | |
|
||||
| installContainers.generate-signing-key.args[4] | string | `"--keys-directory"` | |
|
||||
| installContainers.generate-signing-key.args[5] | string | `"/data/keys"` | |
|
||||
| installContainers.generate-signing-key.args[6] | string | `"--generate-keys"` | |
|
||||
| installContainers.generate-signing-key.args[4] | string | `"--config-path"` | |
|
||||
| installContainers.generate-signing-key.args[5] | string | `"/data/secret/secret.yaml"` | |
|
||||
| installContainers.generate-signing-key.args[6] | string | `"--config-path"` | |
|
||||
| installContainers.generate-signing-key.args[7] | string | `"/data/custom.yaml"` | |
|
||||
| installContainers.generate-signing-key.args[8] | string | `"--keys-directory"` | |
|
||||
| installContainers.generate-signing-key.args[9] | string | `"/data/keys"` | |
|
||||
| installContainers.generate-signing-key.command[0] | string | `"python"` | |
|
||||
| installContainers.generate-signing-key.env[0].name | string | `"SYNAPSE_SERVER_NAME"` | |
|
||||
| installContainers.generate-signing-key.env[0].value | string | `"{{ .Values.matrix.serverName }}"` | |
|
||||
@@ -59,6 +59,10 @@ installContainers:
|
||||
- "synapse.app.homeserver"
|
||||
- "--config-path"
|
||||
- "/data/homeserver.yaml"
|
||||
- "--config-path"
|
||||
- "/data/secret/secret.yaml"
|
||||
- "--config-path"
|
||||
- "/data/custom.yaml"
|
||||
- "--keys-directory"
|
||||
- "/data/keys"
|
||||
- "--generate-keys"
|
||||
@@ -41,9 +41,7 @@ stringData:
|
||||
{{- end }}
|
||||
|
||||
{{- if $previous }}
|
||||
{{- $msk = ( index $previous.data "macaroon_secret_key" ) }}
|
||||
{{- else }}
|
||||
|
||||
{{- $msk = ( index $previous.stringData "macaroon_secret_key" ) }}
|
||||
{{- end }}
|
||||
macaroon_secret_key: {{ $msk }}
|
||||
|
||||
Reference in New Issue
Block a user