Fix bug with string being interpreted as bool and bump version

This commit is contained in:
Tommy 2023-10-29 13:21:23 +01:00
parent b9cd4b1b33
commit 0997ca2691
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -94,7 +94,7 @@ spec:
value: {{ . | quote }}
{{- end }}
- name: "CONDUIT_WELL_KNOWN_CLIENT"
value: false
value: ""
volumeMounts:
- name: "data"
mountPath: "/var/local/matrix-conduit"