From e6b6ea6e23c34d657e5b0742690a81cbe5cebc87 Mon Sep 17 00:00:00 2001 From: HR Wu <5631010+heiruwu@users.noreply.github.com> Date: Tue, 3 Sep 2024 02:15:13 +0800 Subject: [PATCH] chore(helm): bump pipeline-backend db version (#1082) Because - Integration feature modifies the pipeline database. This commit - bump 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 8b0bc508..05b5cbcf 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: 26 # -- workflow setting workflow: maxWorkflowTimeout: 3600 # in seconds