Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ PIPELINE_BACKEND_HOST_PUBLICPORT=8081

# artifact-backend
ARTIFACT_BACKEND_IMAGE=instill/artifact-backend
ARTIFACT_BACKEND_VERSION=941299a
ARTIFACT_BACKEND_VERSION=edade9d
ARTIFACT_BACKEND_HOST=artifact-backend
ARTIFACT_BACKEND_PRIVATEPORT=3082
ARTIFACT_BACKEND_PUBLICPORT=8082
Expand Down
3 changes: 2 additions & 1 deletion charts/core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ artifactBackend:
# -- The image of artifact-backend
image:
repository: instill/artifact-backend
tag: 941299a
tag: edade9d
pullPolicy: IfNotPresent
# -- Annotation for deployment
annotations: {}
Expand Down Expand Up @@ -1116,6 +1116,7 @@ openfga:




echo "Waiting for database to be ready...";
sleep 2;
done; createdb || true
Expand Down