diff --git a/pkg/cmds/ace_up.go b/pkg/cmds/ace_up.go index 8f4768277..4c171eeb2 100644 --- a/pkg/cmds/ace_up.go +++ b/pkg/cmds/ace_up.go @@ -135,6 +135,7 @@ func NewCmdAceUp() *cobra.Command { aceMap["ghcr.io/appscode-charts/ace-installer"] = []string{tagB3} aceMap["ghcr.io/appscode-charts/ace"] = []string{tagB3} aceMap["ghcr.io/appscode-charts/service-gateway"] = []string{tagB3} + aceMap["ghcr.io/appscode-charts/acaas"] = []string{tagB3} return write(ToImageList2(aceMap), filepath.Join(dir, "catalog", "ace.yaml")) },