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
This milestone is for tracking breaking changes that we want to make in blueapi 2.0 when it materialises
blueapi 2.0:
- Is a base container that `village_bluesky` extends
- Does not depend on dodal
- It and `village_bluesky` both manage their dependencies with uv, renovate, submodules
- `village_bluesky` depends on dodal with a submodule
- The Helm chart then deploys `village_bluesky` container
- Fetches information from file system by calling a daq-config-server
- Writes data into tiled and/or with the NeXus service only
- In production never* mounts /dls or /dls_sw
- In production never* runs with hostNetwork true, always using the epics-gateways
- In production always* runs as uid 1000