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 @@ -60,7 +60,7 @@ API_GATEWAY_METRICS_HOST_PORT=8071

# pipeline-backend
PIPELINE_BACKEND_IMAGE=instill/pipeline-backend
PIPELINE_BACKEND_VERSION=2d74899
PIPELINE_BACKEND_VERSION=db16947
PIPELINE_BACKEND_HOST=pipeline-backend
PIPELINE_BACKEND_PRIVATEPORT=3081
PIPELINE_BACKEND_PUBLICPORT=8081
Expand Down
3 changes: 2 additions & 1 deletion charts/core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ pipelineBackend:
# -- The image of pipeline-backend
image:
repository: instill/pipeline-backend
tag: 2d74899
tag: db16947
pullPolicy: IfNotPresent
# -- Annotation for deployment
annotations: {}
Expand Down Expand Up @@ -1128,6 +1128,7 @@ openfga:



Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated blank line added to OpenFGA configuration

Low Severity

An extra blank line was added in the openfga-createdb init container's args section. This change is unrelated to the PR's stated purpose of updating PIPELINE_BACKEND_VERSION and appears to be accidentally committed whitespace. While this won't cause runtime errors, it's extraneous to the version update commit.

Fix in Cursor Fix in Web




echo "Waiting for database to be ready...";
Expand Down
Loading