Skip to content

Commit 7f0d60d

Browse files
droplet-botpinglin
andauthored
chore(env): update ARTIFACT_BACKEND_VERSION (#1435)
Because - The version of the artifact-backend service is not updated in the instill-core repository. This commit - updates the `ARTIFACT_BACKEND_VERSION` in the `.env` file to `ef76bbe`. - updates the `artifactBackend.image.tag` in the helm chart values.yaml file to `ef76bbe`. ## Changes in artifact-backend - feat(storage): implement dual storage architecture with GCS on-demand and AI usage metadata tracking (instill-ai/artifact-backend#287) - feat(file-type): enhance file type support (instill-ai/artifact-backend#286) - feat(cache,file-type): implement small file caching and enhance multimedia support (instill-ai/artifact-backend#285) - feat(cache): enlongate cache time at calling (instill-ai/artifact-backend#284) - feat(api): implement file reprocessing endpoint and integration test (instill-ai/artifact-backend#283) - refactor(artifact): remove deprecated start_pos and end_pos fields from Chunk message (instill-ai/artifact-backend#282) - chore(file): add post-file-processing hook (instill-ai/artifact-backend#281) Co-authored-by: pinglin <628430+pinglin@users.noreply.github.com>
1 parent 7ad28fd commit 7f0d60d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ PIPELINE_BACKEND_HOST_PUBLICPORT=8081
7070

7171
# artifact-backend
7272
ARTIFACT_BACKEND_IMAGE=instill/artifact-backend
73-
ARTIFACT_BACKEND_VERSION=d6dd9b4
73+
ARTIFACT_BACKEND_VERSION=ef76bbe
7474
ARTIFACT_BACKEND_HOST=artifact-backend
7575
ARTIFACT_BACKEND_PRIVATEPORT=3082
7676
ARTIFACT_BACKEND_PUBLICPORT=8082

charts/core/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ artifactBackend:
607607
# -- The image of artifact-backend
608608
image:
609609
repository: instill/artifact-backend
610-
tag: d6dd9b4
610+
tag: ef76bbe
611611
pullPolicy: IfNotPresent
612612
# -- Annotation for deployment
613613
annotations: {}
@@ -1124,6 +1124,7 @@ openfga:
11241124
11251125
11261126
1127+
11271128
11281129
11291130
echo "Waiting for database to be ready...";

0 commit comments

Comments
 (0)