add set image command

This commit is contained in:
Nestor
2019-01-18 10:56:16 +01:00
parent 2c1be17fe7
commit b22e43a4a7
7 changed files with 419 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ func NewCmdSet(fsys fs.FileSystem, v ifc.Validator) *cobra.Command {
newCmdSetNameSuffix(fsys),
newCmdSetNamespace(fsys, v),
newCmdSetImageTag(fsys),
newCmdSetImage(fsys),
)
return c
}