From d0b2d45b8a76375901355915a5333735955d14c6 Mon Sep 17 00:00:00 2001 From: Jeremy Shih Date: Thu, 24 Oct 2024 16:36:32 +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 9664e9ad..0986c415 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: 32 + dbVersion: 33 # -- workflow setting workflow: maxWorkflowTimeout: 3600 # in seconds