From 86c4dd55b61cfa71bb76b2a60618de22e0e4832e Mon Sep 17 00:00:00 2001 From: "Chang, Hui-Tang" Date: Tue, 10 Oct 2023 16:24:26 +0800 Subject: [PATCH] chore(helm): update pipeline db version (#369) Because - the pipeline db version has been updated This commit - update pipeline db version --- charts/vdp/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/vdp/values.yaml b/charts/vdp/values.yaml index b37f925f..b247d315 100644 --- a/charts/vdp/values.yaml +++ b/charts/vdp/values.yaml @@ -75,7 +75,7 @@ pipelineBackend: # -- The path of configuration file for pipeline-backend configPath: /pipeline-backend/config/config.yaml # -- The database migration version - dbVersion: 5 + dbVersion: 6 # -- workflow setting workflow: maxWorkflowTimeout: 3600 # in seconds