From 200425169de7c990c8930a351b3f1e636a318222 Mon Sep 17 00:00:00 2001 From: Kevin Christen Date: Fri, 22 Nov 2024 00:27:29 +0100 Subject: [PATCH] update version --- .github/workflows/release.yml | 1 - charts/matrix/Chart.yaml | 2 +- charts/matrix/values.yaml | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) 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