update integration to trigger new build

Signed-off-by: Zhiwei Yin <zyin@redhat.com>
This commit is contained in:
Zhiwei Yin
2021-08-04 17:04:28 +08:00
parent e928f3d690
commit 7df1f5afa3

View File

@@ -83,6 +83,7 @@ var _ = ginkgo.BeforeSuite(func(done ginkgo.Done) {
Spec: operatorapiv1.ClusterManagerSpec{
RegistrationImagePullSpec: "quay.io/open-cluster-management/registration",
WorkImagePullSpec: "quay.io/open-cluster-management/work",
PlacementImagePullSpec: "quay.io/open-cluster-management/placement",
},
}
_, err = operatorClient.OperatorV1().ClusterManagers().Create(context.Background(), clusterManager, metav1.CreateOptions{})