Skip to content

Commit

Permalink
chore(helm): update pipeline db version (#1141)
Browse files Browse the repository at this point in the history
Because

- pipeline db version needs to be updated.
- related PR at: instill-ai/pipeline-backend#776

This commit

- update pipeline db version to 35.
  • Loading branch information
joremysh authored Nov 1, 2024
1 parent 04e8205 commit 8c12e9e
Showing 1 changed file with 1 addition and 1 deletion.
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: 32
dbVersion: 35
# -- workflow setting
workflow:
maxWorkflowTimeout: 3600 # in seconds
Expand Down

0 comments on commit 8c12e9e

Please sign in to comment.