Skip to content

Commit

Permalink
chore(artifact): bump artifact version (#1149)
Browse files Browse the repository at this point in the history
Because

in order for helm chart user to use latest features, we need to bum
`artifact` version

This commit

bumps the version of database and image.
  • Loading branch information
Yougigun authored Nov 5, 2024
1 parent a2f111e commit af53d6d
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 @@ -77,7 +77,7 @@ MODEL_BACKEND_PUBLICPORT=8083

# artifact-backend
ARTIFACT_BACKEND_IMAGE=instill/artifact-backend
ARTIFACT_BACKEND_VERSION=0.18.0-alpha
ARTIFACT_BACKEND_VERSION=0.20.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 @@ -568,7 +568,7 @@ artifactBackend:
# -- The path of configuration file for artifact-backend
configPath: /artifact-backend/config/config.yaml
# -- The database migration version
dbVersion: 16
dbVersion: 18
# -- Set the service account to be used, default if left empty
serviceAccountName: ""
# -- Mount the service account token
Expand Down

0 comments on commit af53d6d

Please sign in to comment.