From c6d3a5e4b25970f5ad0406777123e16c04023898 Mon Sep 17 00:00:00 2001 From: "Chang, Hui-Tang" Date: Mon, 25 Sep 2023 11:49:29 +0800 Subject: [PATCH] chore(helm): 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