Skip to content

Commit

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

- `pipeline-backend` added a new DB version in
instill-ai/pipeline-backend#938.

This commit

- Updates the version in the helm charts.
  • Loading branch information
jvallesm authored Dec 17, 2024
1 parent bd19210 commit f83ce23
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: 38
dbVersion: 39
# -- workflow setting
workflow:
maxWorkflowTimeout: 3600 # in seconds
Expand Down

0 comments on commit f83ce23

Please sign in to comment.