From 30510e85bad070841e1bda6383266af78faea3f6 Mon Sep 17 00:00:00 2001 From: chuang8511 Date: Fri, 9 Aug 2024 16:28:10 +0100 Subject: [PATCH] chore(vdp): udpate db version for web component update --- 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 83b90e53..69f2540e 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: 21 + dbVersion: 22 # -- workflow setting workflow: maxWorkflowTimeout: 3600 # in seconds