From 0c39f19fb936cf2dafb91547b0ff2698a03ed71b Mon Sep 17 00:00:00 2001 From: "Chang, Hui-Tang" Date: Mon, 25 Sep 2023 12:14:03 +0800 Subject: [PATCH] chore(helm): update pipeline db version (#359) 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 42d8eede..3bb7972a 100644 --- a/charts/vdp/values.yaml +++ b/charts/vdp/values.yaml @@ -73,7 +73,7 @@ pipelineBackend: # -- The path of configuration file for pipeline-backend configPath: /pipeline-backend/config/config.yaml # -- The database migration version - dbVersion: 4 + dbVersion: 5 # -- workflow setting workflow: maxWorkflowTimeout: 3600 # in seconds