Add docker image resolver to `param set`
Adds an image resolve to param set. eg:
`ks param set deployment image foo/bar:latest`
uses the docker registry to find the manifest reference for `foo/bar:latest`.
It then sets this value instead. Support is at the component and environment
level.
Fixes #569
Signed-off-by:
bryanl <bryanliles@gmail.com>
Showing