Skip to content

Commit

Permalink
feat(artifact): update the ce and db version (#1076)
Browse files Browse the repository at this point in the history
Because

there is new version of Artifact app.

This commit

updates the app's image version and database migration version.
  • Loading branch information
Yougigun authored Aug 29, 2024
1 parent 9ec2142 commit f307ba0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ MODEL_BACKEND_PUBLICPORT=8083

# artifact-backend
ARTIFACT_BACKEND_IMAGE=instill/artifact-backend
ARTIFACT_BACKEND_VERSION=0.10.0-alpha
ARTIFACT_BACKEND_VERSION=0.11.0-alpha
ARTIFACT_BACKEND_HOST=artifact-backend
ARTIFACT_BACKEND_PRIVATEPORT=3082
ARTIFACT_BACKEND_PUBLICPORT=8082
Expand Down
2 changes: 1 addition & 1 deletion charts/core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ artifactBackend:
# -- The path of configuration file for artifact-backend
configPath: /artifact-backend/config/config.yaml
# -- The database migration version
dbVersion: 13
dbVersion: 15
# -- Set the service account to be used, default if left empty
serviceAccountName: ""
# -- Mount the service account token
Expand Down

0 comments on commit f307ba0

Please sign in to comment.