Summary
The desktop app's release workflow still builds and pushes the edge gateway image, a job the standalone gateway repository took over in April.
The app's image runs the multi-command desktop binary, so the edge's gateway arguments fail to parse and the container exits within a second. Its latest push took down half the Datum Connect gateways at ten edge clusters on 10 and 11 September, until infra rolled the edge back to the July image.
Both repositories push to the same image name, and the app's copy reached the edge only this week because its image build had failed since July.
Done when
- Releasing the desktop app publishes no edge gateway image
- The gateway registry holds only standalone gateway builds, and the bad v0.1.4 tag is removed or replaced
- Infra can turn automatic gateway updates back on without picking up a desktop build
Related to https://github.com/datum-cloud/infra/issues/5148
Summary
The desktop app's release workflow still builds and pushes the edge gateway image, a job the standalone gateway repository took over in April.
The app's image runs the multi-command desktop binary, so the edge's gateway arguments fail to parse and the container exits within a second. Its latest push took down half the Datum Connect gateways at ten edge clusters on 10 and 11 September, until infra rolled the edge back to the July image.
Both repositories push to the same image name, and the app's copy reached the edge only this week because its image build had failed since July.
Done when
Related to https://github.com/datum-cloud/infra/issues/5148