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

This commit is contained in:
Stavros Kois
2022-09-25 11:56:59 +03:00
committed by GitHub
parent 36c5a714e1
commit 12e426e779
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ sources:
- https://github.com/0xERR0R/blocky
- https://github.com/Mozart409/blocky-frontend
- https://hub.docker.com/r/spx01/blocky
version: 1.0.0
version: 1.0.1
annotations:
truecharts.org/catagories: |
- network

View File

@@ -258,12 +258,12 @@ questions:
label: Min Time
schema:
type: string
default: ""
default: 5m
- variable: maxTime
label: Max Time
schema:
type: string
default: ""
default: 30m
- variable: maxItemsCount
label: Max Items Count
schema: