Skip to content
  • bryanl's avatar
    Add docker image resolver to `param set` · d3f430fd
    bryanl authored
    
    
    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: default avatarbryanl <bryanliles@gmail.com>
    d3f430fd