From 8dd5ce50c53ae4d3e7f6bd6a2dd2cb753e537d7b Mon Sep 17 00:00:00 2001 From: "Chang, Hui-Tang" Date: Sat, 15 Jun 2024 03:49:32 +0800 Subject: [PATCH] chore(helm): update 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 4191d239..596ce17f 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: 15 + dbVersion: 16 # -- workflow setting workflow: maxWorkflowTimeout: 3600 # in seconds