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