From e698377ebe6f2911d18cfb3273416b5979020138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Vall=C3=A9s?= Date: Tue, 17 Dec 2024 07:58:02 +0100 Subject: [PATCH] chore(helm): update pipeline database 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 4cc3e578..d82d79a9 100644 --- a/charts/core/values.yaml +++ b/charts/core/values.yaml @@ -390,7 +390,7 @@ pipelineBackend: # -- The path of configuration file for pipeline-backend configPath: /pipeline-backend/config/config.yaml # -- The database migration version - dbVersion: 38 + dbVersion: 39 # -- workflow setting workflow: maxWorkflowTimeout: 3600 # in seconds