Skip to content

Commit

Permalink
chore(helm): update pipeline-backend db version (#1156)
Browse files Browse the repository at this point in the history
This commit

- update pipeline-backend db version
  • Loading branch information
donch1989 authored Nov 18, 2024
1 parent a432a60 commit 2a47c6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion charts/core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a47c6b

Please sign in to comment.