You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because
- The version of the api-gateway service is not updated in the
instill-core repository.
This commit
- updates the `API_GATEWAY_VERSION` in the `.env` file to `fa122d7`.
- updates the `apiGateway.image.tag` in the helm chart values.yaml file
to `fa122d7`.
## Changes in api-gateway
- feat(endpoints): add file reprocessing endpoints
(instill-ai/api-gateway#325)
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Updates api-gateway image/tag to fa122d7 in .env and Helm values, and
adds echo/sleep to the OpenFGA migrate createdb wait loop.
>
> - **Config**:
> - **API Gateway**: Update image/tag from `4e26462` to `fa122d7` in
`.env` (`API_GATEWAY_VERSION`) and `charts/core/values.yaml`
(`apiGateway.image.tag`).
> - **OpenFGA Migration**: Modify
`openfga.migrate.extraInitContainers[openfga-createdb].args` loop to
print a wait message and sleep 2s before running `createdb`.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
af4763b. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Co-authored-by: pinglin <[email protected]>
0 commit comments