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"