fix(blocky): set defaults to some durations (#3885)

This commit is contained in:
Stavros Kois
2022-09-25 10:56:59 +02:00
committed by GitHub
parent 36c5a714e1
commit 12e426e779
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ sources:
- https://github.com/0xERR0R/blocky - https://github.com/0xERR0R/blocky
- https://github.com/Mozart409/blocky-frontend - https://github.com/Mozart409/blocky-frontend
- https://hub.docker.com/r/spx01/blocky - https://hub.docker.com/r/spx01/blocky
version: 1.0.0 version: 1.0.1
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- network - network
+2 -2
View File
@@ -258,12 +258,12 @@ questions:
label: Min Time label: Min Time
schema: schema:
type: string type: string
default: "" default: 5m
- variable: maxTime - variable: maxTime
label: Max Time label: Max Time
schema: schema:
type: string type: string
default: "" default: 30m
- variable: maxItemsCount - variable: maxItemsCount
label: Max Items Count label: Max Items Count
schema: schema: