release 0.13.1 csv bundle (#416)

Signed-off-by: Zhiwei Yin <zyin@redhat.com>
This commit is contained in:
Zhiwei Yin
2024-04-11 09:39:23 +08:00
committed by GitHub
parent 9ae0376150
commit ca89a00a0e
71 changed files with 333 additions and 12177 deletions

View File

@@ -76,8 +76,8 @@ var _ = ginkgo.BeforeSuite(func() {
testEnv = &envtest.Environment{
ErrorIfCRDPathMissing: true,
CRDDirectoryPaths: []string{
filepath.Join(".", "deploy", "cluster-manager", "olm-catalog", "cluster-manager", "manifests"),
filepath.Join(".", "deploy", "klusterlet", "olm-catalog", "klusterlet", "manifests"),
filepath.Join(".", "deploy", "cluster-manager", "olm-catalog", "latest", "manifests"),
filepath.Join(".", "deploy", "klusterlet", "olm-catalog", "latest", "manifests"),
},
}
cfg, err := testEnv.Start()
@@ -104,8 +104,8 @@ var _ = ginkgo.BeforeSuite(func() {
hostedTestEnv = &envtest.Environment{
ErrorIfCRDPathMissing: true,
CRDDirectoryPaths: []string{
filepath.Join(".", "deploy", "cluster-manager", "olm-catalog", "cluster-manager", "manifests"),
filepath.Join(".", "deploy", "klusterlet", "olm-catalog", "klusterlet", "manifests"),
filepath.Join(".", "deploy", "cluster-manager", "olm-catalog", "latest", "manifests"),
filepath.Join(".", "deploy", "klusterlet", "olm-catalog", "latest", "manifests"),
},
}
hostedConfig, err := hostedTestEnv.Start()