From 2a47c6bf2ae00a21644e5eb14871c531f29e34a6 Mon Sep 17 00:00:00 2001 From: "Chang, Hui-Tang" Date: Mon, 18 Nov 2024 13:18:41 +0800 Subject: [PATCH] chore(helm): update pipeline-backend db version (#1156) This commit - update pipeline-backend db version --- Dockerfile | 2 +- charts/core/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ef8a5ed7..2cea7446 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ ARG CONTROLLER_MODEL_VERSION RUN git clone --depth=1 https://github.com/instill-ai/artifact-backend.git RUN git clone --depth=1 https://github.com/instill-ai/api-gateway.git RUN git clone --depth=1 https://github.com/instill-ai/mgmt-backend.git -RUN git clone --depth=1 https://github.com/instill-ai/console.git +RUN git clone --depth=3 https://github.com/instill-ai/console.git && cd console && git checkout 7cedb3fb4b0dc3da580a7b4b2ff4959763b3f95a && cd .. RUN git clone --depth=1 https://github.com/instill-ai/pipeline-backend.git RUN git clone --depth=1 https://github.com/instill-ai/model-backend.git diff --git a/charts/core/values.yaml b/charts/core/values.yaml index aad6418d..c6f26d1e 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: 35 + dbVersion: 37 # -- workflow setting workflow: maxWorkflowTimeout: 3600 # in seconds