Skip to content

Commit 13fe161

Browse files
droplet-botpinglin
andauthored
chore(env): update ARTIFACT_BACKEND_VERSION (#1426)
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 `941299a`. - updates the `artifactBackend.image.tag` in the helm chart values.yaml file to `941299a`. ## Changes in artifact-backend - Initial version update Co-authored-by: pinglin <[email protected]>
1 parent ce12f4d commit 13fe161

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=f0edf2f
73+
ARTIFACT_BACKEND_VERSION=941299a
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: f0edf2f
610+
tag: 941299a
611611
pullPolicy: IfNotPresent
612612
# -- Annotation for deployment
613613
annotations: {}
@@ -1115,6 +1115,7 @@ openfga:
11151115
11161116
11171117
1118+
11181119
echo "Waiting for database to be ready...";
11191120
sleep 2;
11201121
done; createdb || true

0 commit comments

Comments
 (0)