fix(blocky): set defaults to some durations (#3885)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user