Feat: upgrade dependency (#5217)

This commit is contained in:
Somefive
2022-12-27 16:28:13 +08:00
committed by GitHub
parent a11f2cdae5
commit 88f4c33d72
52 changed files with 1677 additions and 1966 deletions
@@ -186,8 +186,6 @@ var _ = Describe("test generate revision ", func() {
// add an annotation to workload Definition
wd.SetAnnotations(map[string]string{oam.AnnotationAppRollout: "true"})
appRevision2.Spec.WorkloadDefinitions[wd.Name] = wd
// change the cd meta
cd.ClusterName = "testCluster"
appRevision2.Spec.ComponentDefinitions[cd.Name] = cd
verifyEqual()