From 623a4c74348aaabffc3d905baa41f0ee5c184763 Mon Sep 17 00:00:00 2001 From: HR Wu <5631010+heiruwu@users.noreply.github.com> Date: Tue, 5 Nov 2024 19:28:19 +0800 Subject: [PATCH] chore(helm): bump model db version (#1148) Because - migrate unsupported task to `TASK_CUSTOM` for model resource This commit - bump model 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 0883cbb8..8052ac3a 100644 --- a/charts/core/values.yaml +++ b/charts/core/values.yaml @@ -480,7 +480,7 @@ modelBackend: # -- The path of configuration file for model-backend configPath: /model-backend/config/config.yaml # -- The database migration version - dbVersion: 11 + dbVersion: 12 instillCoreHost: # -- The AI Task schema version taskSchemaVersion: 662c3e2