From 6be020754dc714047d5166c0f96c3a2f002383fe Mon Sep 17 00:00:00 2001 From: "Chang, Hui-Tang" Date: Mon, 22 Apr 2024 14:57:09 +0800 Subject: [PATCH] chore(helm): update 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