From 7f3af4061d3afc8e485e04284ce937ca93152538 Mon Sep 17 00:00:00 2001 From: "Chang, Hui-Tang" Date: Mon, 22 Apr 2024 15:08:23 +0800 Subject: [PATCH] chore(helm): update pipeline-backend db version (#487) Because - The pipeline-backend db version has been updated. This commit - Updates pipeline-backend 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 97f22b13..d828144e 100644 --- a/charts/core/values.yaml +++ b/charts/core/values.yaml @@ -406,7 +406,7 @@ pipelineBackend: # -- The path of configuration file for pipeline-backend configPath: /pipeline-backend/config/config.yaml # -- The database migration version - dbVersion: 12 + dbVersion: 13 # -- workflow setting workflow: maxWorkflowTimeout: 3600 # in seconds