diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1bc2928..2472788 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,6 @@ on: push: branches: - master - workflow_dispatch: jobs: release: diff --git a/charts/matrix/Chart.yaml b/charts/matrix/Chart.yaml index 7313228..cc7258f 100644 --- a/charts/matrix/Chart.yaml +++ b/charts/matrix/Chart.yaml @@ -4,7 +4,7 @@ description: A chart for Matrix.org, includes Synapse, PostgreSQL, and Element. type: application -version: 2.3.0 +version: 2.3.1 # The version of Synapse appVersion: "1.119.0" diff --git a/charts/matrix/values.yaml b/charts/matrix/values.yaml index a27d166..962b0c6 100644 --- a/charts/matrix/values.yaml +++ b/charts/matrix/values.yaml @@ -15,7 +15,6 @@ nameOverride: "" fullnameOverride: "" additionalLabels: {} - homeserverConfig: # For more information on how to configure Synapse, including a complete accounting of # each option, go to docs/usage/configuration/config_documentation.md or