From 9daecf4403e7d4fa896c0d0da67dbc398be01366 Mon Sep 17 00:00:00 2001 From: "Chang, Hui-Tang" Date: Tue, 15 Oct 2024 01:54:30 +0800 Subject: [PATCH] chore(helm): update pipeline 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 e05d1b1e..79524d00 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: 30 + dbVersion: 32 # -- workflow setting workflow: maxWorkflowTimeout: 3600 # in seconds