From f83ce23da0be43ff3d7b27873db646f961bdf0b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Vall=C3=A9s?= <3977183+jvallesm@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:14:39 +0100 Subject: [PATCH] chore(helm): update pipeline database version (#1163) Because - `pipeline-backend` added a new DB version in https://github.com/instill-ai/pipeline-backend/pull/938. This commit - Updates the version in the helm charts. --- 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 4cc3e578..d82d79a9 100644 --- a/charts/core/values.yaml +++ b/charts/core/values.yaml @@ -390,7 +390,7 @@ pipelineBackend: # -- The path of configuration file for pipeline-backend configPath: /pipeline-backend/config/config.yaml # -- The database migration version - dbVersion: 38 + dbVersion: 39 # -- workflow setting workflow: maxWorkflowTimeout: 3600 # in seconds