Skip to content

Commit

Permalink
chore(helm): bump model db version (#1052)
Browse files Browse the repository at this point in the history
Because

- `model-backend` has been updated to `8`

This commit

- bump model db version
  • Loading branch information
heiruwu authored Jul 29, 2024
1 parent b242c13 commit 09cb770
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions charts/core/templates/model-backend/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ data:
{{- end }}
name: model
version: {{ .Values.modelBackend.dbVersion }}
cloudversion: {{ .Values.modelBackend.dbCloudVersion }}
cloudmigrationtable: cloud_schema_migrations
timezone: Etc/UTC
pool:
idleconnections: {{ .Values.database.maxIdleConns }}
Expand Down
3 changes: 2 additions & 1 deletion charts/core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,8 @@ modelBackend:
# -- The path of configuration file for model-backend
configPath: /model-backend/config/config.yaml
# -- The database migration version
dbVersion: 7
dbVersion: 8
dbCloudVersion:
instillCoreHost:
# -- The configuration of Temporal Cloud
temporal:
Expand Down

0 comments on commit 09cb770

Please sign in to comment.