Skip to content

Commit

Permalink
docs/images: update state-machine diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
lucab committed May 15, 2020
1 parent 33096e0 commit c29aaca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/images/zincati-fsm.dot
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ digraph finite_state_machine {
NoNewUpdate -> NoNewUpdate [label="no_new_update()"];
NoNewUpdate -> UpdateAvailable [label="update_available()"];

UpdateAvailable -> UpdateAvailable [label="deploy_failed()"];
UpdateAvailable -> NoNewUpdate [label="update_abandoned()"];
UpdateAvailable -> UpdateStaged [label="update_staged()"];

UpdateStaged -> UpdateFinalized [label="update_finalized()"];
Expand Down
Binary file modified docs/images/zincati-fsm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c29aaca

Please sign in to comment.