Fix bug with string being interpreted as bool and bump version
This commit is contained in:
parent
b9cd4b1b33
commit
0997ca2691
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -94,7 +94,7 @@ spec:
|
|||
value: {{ . | quote }}
|
||||
{{- end }}
|
||||
- name: "CONDUIT_WELL_KNOWN_CLIENT"
|
||||
value: false
|
||||
value: ""
|
||||
volumeMounts:
|
||||
- name: "data"
|
||||
mountPath: "/var/local/matrix-conduit"
|
||||
|
|
Loading…
Reference in a new issue