Skip to content

Commit 4be08e5

Browse files
droplet-botpinglin
andauthored
chore(env): update ARTIFACT_BACKEND_VERSION (#1423)
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 `b6fb89f`. - updates the `artifactBackend.image.tag` in the helm chart values.yaml file to `b6fb89f`. ## Changes in artifact-backend - feat(worker): implement Temporal worker to replace Go routine (instill-ai/artifact-backend#264) - feat(file): add tag update endpoint (instill-ai/artifact-backend#267) Co-authored-by: pinglin <[email protected]>
1 parent 5bdbc97 commit 4be08e5

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=d384282
73+
ARTIFACT_BACKEND_VERSION=b6fb89f
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: d384282
610+
tag: b6fb89f
611611
pullPolicy: IfNotPresent
612612
# -- Annotation for deployment
613613
annotations: {}
@@ -1056,6 +1056,7 @@ openfga:
10561056
10571057
10581058
1059+
10591060
echo "Waiting for database to be ready...";
10601061
sleep 2;
10611062
done; createdb || true

0 commit comments

Comments
 (0)