From 7b7dc56d19b0fce5b7f06e2418c79ccd663d10d3 Mon Sep 17 00:00:00 2001 From: "Chang, Hui-Tang" Date: Mon, 18 Nov 2024 13:18:41 +0800 Subject: [PATCH] chore(helm): update pipeline-backend db version (#1156) This commit - update pipeline-backend 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 aad6418d..c6f26d1e 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: 35 + dbVersion: 37 # -- workflow setting workflow: maxWorkflowTimeout: 3600 # in seconds