File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ export async function createCluster(version: string): Promise<void> {
99
1010 // OLM installation: https://github.com/operator-framework/operator-lifecycle-manager/blob/master/doc/install/install.md#installing-olm
1111 await kubectl . applyK8sYaml (
12- 'https://raw.githubusercontent.com/operator-framework/operator-lifecycle-manager/master /deploy/upstream/quickstart/crds.yaml' ,
12+ 'https://raw.githubusercontent.com/operator-framework/operator-lifecycle-manager/v0.17.0 /deploy/upstream/quickstart/crds.yaml' ,
1313 ) ;
1414 await sleep ( 5000 ) ; // give enough time to k8s to apply the previous yaml
1515 await kubectl . applyK8sYaml (
16- 'https://raw.githubusercontent.com/operator-framework/operator-lifecycle-manager/master /deploy/upstream/quickstart/olm.yaml' ,
16+ 'https://raw.githubusercontent.com/operator-framework/operator-lifecycle-manager/v0.17.0 /deploy/upstream/quickstart/olm.yaml' ,
1717 ) ;
1818 await kubectl . waitForDeployment ( 'catalog-operator' , 'olm' ) ;
1919 await kubectl . waitForDeployment ( 'olm-operator' , 'olm' ) ;
You can’t perform that action at this time.
0 commit comments