From 0997ca2691bd2394fa180e0f789bed5958603abe Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 29 Oct 2023 13:21:23 +0100 Subject: [PATCH] Fix bug with string being interpreted as bool and bump version --- charts/conduit/Chart.yaml | 2 +- charts/conduit/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/conduit/Chart.yaml b/charts/conduit/Chart.yaml index 22b244e..9c159fc 100644 --- a/charts/conduit/Chart.yaml +++ b/charts/conduit/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: conduit description: Conduit is a simple, fast and reliable chat server powered by Matrix. type: application -version: 0.2.3 +version: 0.2.4 appVersion: "0.6.0" diff --git a/charts/conduit/templates/deployment.yaml b/charts/conduit/templates/deployment.yaml index 1bedc9b..4012206 100644 --- a/charts/conduit/templates/deployment.yaml +++ b/charts/conduit/templates/deployment.yaml @@ -94,7 +94,7 @@ spec: value: {{ . | quote }} {{- end }} - name: "CONDUIT_WELL_KNOWN_CLIENT" - value: false + value: "" volumeMounts: - name: "data" mountPath: "/var/local/matrix-conduit"