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/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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user