From 043912dc17a875298b170632cb5ca4779011fab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Vall=C3=A9s?= Date: Fri, 20 Sep 2024 12:36:49 +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 813a4ba8..883b5b8f 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: 27 + dbVersion: 28 # -- workflow setting workflow: maxWorkflowTimeout: 3600 # in seconds