Skip to content

Commit ce12f4d

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

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
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=b6fb89f
73+
ARTIFACT_BACKEND_VERSION=f0edf2f
7474
ARTIFACT_BACKEND_HOST=artifact-backend
7575
ARTIFACT_BACKEND_PRIVATEPORT=3082
7676
ARTIFACT_BACKEND_PUBLICPORT=8082

charts/core/values.yaml

Lines changed: 3 additions & 7 deletions
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: b6fb89f
610+
tag: f0edf2f
611611
pullPolicy: IfNotPresent
612612
# -- Annotation for deployment
613613
annotations: {}
@@ -1091,12 +1091,7 @@ openfga:
10911091
- name: wait-for-db
10921092
image: postgres:15-alpine
10931093
imagePullPolicy: IfNotPresent
1094-
command:
1095-
[
1096-
"sh",
1097-
"-c",
1098-
"until pg_isready; do echo waiting for db; sleep 2; done",
1099-
]
1094+
command: ["sh", "-c", "until pg_isready; do echo waiting for db; sleep 2; done"]
11001095
env:
11011096
- name: PGHOST
11021097
value: "core-database"
@@ -1119,6 +1114,7 @@ openfga:
11191114
11201115
11211116
1117+
11221118
echo "Waiting for database to be ready...";
11231119
sleep 2;
11241120
done; createdb || true

0 commit comments

Comments
 (0)