File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class Deployer:
1212 Deployer - Deploys Scanner and ScannerDB resources and port-forwards the necessary endpoints.
1313 """
1414
15- DEPLOY_TIMEOUT = 10 * 60
15+ DEPLOY_TIMEOUT = 20 * 60
1616
1717 def __init__ (self , slim = False ):
1818 self .slim = slim
Original file line number Diff line number Diff line change @@ -4028,7 +4028,7 @@ All OpenShift Container Platform 4.10 users are advised to upgrade to these upda
40284028 Name : "tomcat" ,
40294029 VersionFormat : component .JavaSourceType .String (),
40304030 Version : "9.0.59" ,
4031- FixedBy : "9.0.107 " ,
4031+ FixedBy : "9.0.108 " ,
40324032 Location : "tomcat-embed-core-9.0.59.jar" ,
40334033 Vulnerabilities : []apiV1.Vulnerability {
40344034 {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ _wait_for_scanner() {
3232 kubectl -n stackrox get pod
3333 POD=" $( kubectl -n stackrox get pod -o jsonpath=' {.items[?(@.metadata.labels.app=="scanner")].metadata.name}' ) "
3434 [[ -n " ${POD} " ]]
35- kubectl -n stackrox wait " --for=condition=Ready" " pod/${POD} " --timeout=10m
35+ kubectl -n stackrox wait " --for=condition=Ready" " pod/${POD} " --timeout=20m
3636 kubectl -n stackrox get pod
3737}
3838
You can’t perform that action at this time.
0 commit comments