From cbdec66bad9451ac9a1ca84e1c947328f723cb7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Vall=C3=A9s?= Date: Fri, 30 Aug 2024 09:21:25 +0200 Subject: [PATCH] chore(pipeline): bump db version --- charts/core/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/core/values.yaml b/charts/core/values.yaml index 8b0bc508..eec6fb85 100644 --- a/charts/core/values.yaml +++ b/charts/core/values.yaml @@ -388,7 +388,7 @@ pipelineBackend: # -- The path of configuration file for pipeline-backend configPath: /pipeline-backend/config/config.yaml # -- The database migration version - dbVersion: 24 + dbVersion: 25 # -- workflow setting workflow: maxWorkflowTimeout: 3600 # in seconds