From 1ed196299bd21827261d0839b04d1363c765509e Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Fri, 18 Aug 2023 11:44:31 +0100 Subject: [PATCH] Increase timeout Signed-off-by: Michel Hollands --- charts/meta-monitoring/ct.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/meta-monitoring/ct.yaml b/charts/meta-monitoring/ct.yaml index cf3f213..506f060 100644 --- a/charts/meta-monitoring/ct.yaml +++ b/charts/meta-monitoring/ct.yaml @@ -6,6 +6,6 @@ chart-dirs: chart-repos: - grafana=https://grafana.github.io/helm-charts - minio=https://charts.min.io -helm-extra-args: --timeout 600s +helm-extra-args: --timeout 1200s check-version-increment: false validate-maintainers: false