From b686488ba594d0498eaa56a5ffecd3e74f85f771 Mon Sep 17 00:00:00 2001 From: "Chang, Hui-Tang" Date: Tue, 3 Dec 2024 01:00:30 +0800 Subject: [PATCH] chore(helm): update pipeline db version (#1162) This commit - updates pipeline db version to 38 --- 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 0418e150..79a659be 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: 37 + dbVersion: 38 # -- workflow setting workflow: maxWorkflowTimeout: 3600 # in seconds