From 12e426e77968aeea20eaa19e060b2a7ff6c42469 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sun, 25 Sep 2022 11:56:59 +0300 Subject: [PATCH] fix(blocky): set defaults to some durations (#3885) --- charts/enterprise/blocky/Chart.yaml | 2 +- charts/enterprise/blocky/questions.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/enterprise/blocky/Chart.yaml b/charts/enterprise/blocky/Chart.yaml index 029414c790d..1dac89b4484 100644 --- a/charts/enterprise/blocky/Chart.yaml +++ b/charts/enterprise/blocky/Chart.yaml @@ -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 diff --git a/charts/enterprise/blocky/questions.yaml b/charts/enterprise/blocky/questions.yaml index c9c52e0ac04..919488a3721 100644 --- a/charts/enterprise/blocky/questions.yaml +++ b/charts/enterprise/blocky/questions.yaml @@ -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: