Skip to content

Commit 7ad28fd

Browse files
droplet-botpinglin
andauthored
chore(env): update PIPELINE_BACKEND_VERSION (#1441)
Because - The version of the pipeline-backend service is not updated in the instill-core repository. This commit - updates the `PIPELINE_BACKEND_VERSION` in the `.env` file to `bd4e10e`. - updates the `pipelineBackend.image.tag` in the helm chart values.yaml file to `bd4e10e`. ## Changes in pipeline-backend - feat(data): add WebM audio support and improve constant naming (instill-ai/pipeline-backend#1142) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > <sup>[Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) is generating a summary for commit 7e968cc. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: pinglin <628430+pinglin@users.noreply.github.com>
1 parent a06f405 commit 7ad28fd

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ API_GATEWAY_METRICS_HOST_PORT=8071
6060

6161
# pipeline-backend
6262
PIPELINE_BACKEND_IMAGE=instill/pipeline-backend
63-
PIPELINE_BACKEND_VERSION=683de3a
63+
PIPELINE_BACKEND_VERSION=bd4e10e
6464
PIPELINE_BACKEND_HOST=pipeline-backend
6565
PIPELINE_BACKEND_PRIVATEPORT=3081
6666
PIPELINE_BACKEND_PUBLICPORT=8081

charts/core/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ pipelineBackend:
380380
# -- The image of pipeline-backend
381381
image:
382382
repository: instill/pipeline-backend
383-
tag: 683de3a
383+
tag: bd4e10e
384384
pullPolicy: IfNotPresent
385385
# -- Annotation for deployment
386386
annotations: {}
@@ -1123,6 +1123,7 @@ openfga:
11231123
11241124
11251125
1126+
11261127
11271128
11281129
echo "Waiting for database to be ready...";

0 commit comments

Comments
 (0)