fix
This commit is contained in:
parent
bf18463f9d
commit
a0d50fedae
|
@ -39,4 +39,4 @@ sources:
|
|||
- https://hub.docker.com/r/vikunja/vikunja
|
||||
- https://vikunja.io/docs
|
||||
type: application
|
||||
version: 16.0.0
|
||||
version: 16.0.1
|
||||
|
|
|
@ -37,7 +37,7 @@ secret:
|
|||
type: redis
|
||||
|
||||
service:
|
||||
interface: {{ .Values.vikunja.service.interface | quote }}
|
||||
interface: {{ printf ":%v" .Values.service.main.ports.main.port }}
|
||||
JWTSecret: {{ $jwtSecret }}
|
||||
timezone: {{ .Values.TZ | quote }}
|
||||
{{- /* Multiply by 1, so large integers are not rendered in scientific notation
|
||||
|
|
|
@ -26,7 +26,6 @@ vikunja:
|
|||
jwtttllong: 2592000
|
||||
motd: Welcome to your new Vikunja instance
|
||||
frontendurl: http://localhost:10220
|
||||
interface: ":10220"
|
||||
maxitemsperpage: 50
|
||||
enablecaldav: true
|
||||
enablelinksharing: true
|
||||
|
|
Loading…
Reference in New Issue