lattice_update_web
Update the Lattice web container by specifying a version tag to deploy or roll back, or omit the version to use the default from the compose file. Optionally force recreation even if the image is unchanged.
Instructions
Update the Lattice web container. Pass version to deploy or roll back to a specific tag; omit it to take whatever the compose file resolves to
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Recreate even when the image is unchanged | |
| version | No | Image tag to deploy, e.g. v1.3.25. Written to the compose env file, so it persists across restarts. Omit to follow the existing tag |