Commit Graph

3 Commits

Author SHA1 Message Date
Jacob Blain Christen 575384e3d1
latest tag for prepare and upgrade containers (#61)
* latest tag for prepare and upgrade containers

In reviewing #60 I realized that the `WithImageTag` function was buggy
as well as the tests for it. So, in the spirit of the changes presented
in #60 (requested in #59) I have replaced it with `WithLatestTag` which
will not override a tag if an image reference already has one. This
means that SUC interprets a tag-less image ref specified for `prepare`
or `upgrade` containers to have the plan's resolved version (aka
`.status.latestVersion`) instead of `latest`.

Fixes #41
Fixes #59

* update readme and examples
2020-04-15 20:52:42 -07:00
Jacob Blain Christen 93eb709d39 fix some typos in the readme 2020-03-02 12:20:59 -07:00
Jacob Blain Christen 9a801145cc ubuntu example and fix job generation
Fixes #38 by listing candidate nodes in a fixed order per plan
latestHash.

Addresses the ubuntu portion of #22
Fixes #19
2020-03-02 10:47:16 -07:00