From 8c12e9e6fccd60eb537f2d6f6ab0104e0a4e207c Mon Sep 17 00:00:00 2001 From: Jeremy Shih Date: Fri, 1 Nov 2024 14:46:24 +0800 Subject: [PATCH] chore(helm): update pipeline db version (#1141) Because - pipeline db version needs to be updated. - related PR at: https://github.com/instill-ai/pipeline-backend/pull/776 This commit - update pipeline db version to 35. --- 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 9664e9ad..0883cbb8 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: 32 + dbVersion: 35 # -- workflow setting workflow: maxWorkflowTimeout: 3600 # in seconds