This commit is contained in:
Stavros Kois 2024-08-31 13:54:14 +03:00 committed by GitHub
parent bf18463f9d
commit a0d50fedae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 3 deletions

View File

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

View File

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

View File

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