`provider_config.image` cannot be changed after creation
Author: meeveemCreated Sep 18, 2026Updated Sep 18, 2026
Severity: medium — every image update forces a delete + recreate.
The image is not editable in the agent edit form. Combined with the digest-only
requirement (crates/buzz-backend-kubernetes/src/image.rs rejects tags), any
image bump means deleting the agent and recreating it — losing its environment
variables in the process, because those are not editable either.
Expected: allow editing image and env_vars on an existing remote agent,
triggering a redeploy on the same create-intent path as any other config change.
Source: block/buzz