From 64b12e7939fb97bc1dd942937b09533e4bea0483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Vall=C3=A9s?= <3977183+jvallesm@users.noreply.github.com> Date: Mon, 23 Sep 2024 08:09:18 +0200 Subject: [PATCH] chore(pipeline): bump db version (#1104) Because - https://github.com/instill-ai/pipeline-backend/pull/661 adds a new pipeline migration. This commit - Bump pipeline 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 813a4ba8..883b5b8f 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: 27 + dbVersion: 28 # -- workflow setting workflow: maxWorkflowTimeout: 3600 # in seconds