[Agent][Deploy] - srs part
This commit is contained in:
@@ -549,8 +549,9 @@ func FrontendBackendSrsImageMapFromCmiiImageMap(cmiiImageVersionMap map[string]s
|
||||
func GenerateCmiiTagVersionImageMap(specificTag string) (backendMap, frontendMap, srsMap map[string]string) {
|
||||
matched, _ := regexp.MatchString(`^\d+\.\d+\.\d+$`, specificTag)
|
||||
if !matched {
|
||||
log.ErrorF("srs tag is not match ! %s", specificTag)
|
||||
|
||||
sprintf := fmt.Sprintf("tag is not match ! [%s]", specificTag)
|
||||
log.Error(sprintf)
|
||||
panic(sprintf)
|
||||
}
|
||||
|
||||
backendMap = make(map[string]string, len(d_app.CmiiBackendAppMap))
|
||||
|
||||
Reference in New Issue
Block a user