set default image_analyze_timeout_seconds to 36000 (#18785)

Signed-off-by: Brady Todhunter <bradyt@anchore.com>
This commit is contained in:
Brady Todhunter
2019-11-11 12:18:05 -08:00
committed by Kubernetes Prow Robot
parent 11f3a6acde
commit 367299e6f9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: anchore-engine
version: 1.3.5
version: 1.3.6
appVersion: 0.5.1
description: Anchore container analysis and policy evaluation engine service
keywords:
+1 -1
View File
@@ -123,7 +123,7 @@ anchoreGlobal:
cleanupImages: true
# Define timeout, in seconds, for image analysis
imageAnalyzeTimeoutSeconds: 3600
imageAnalyzeTimeoutSeconds: 36000
# If true, when a user adds an ECR registry with username = awsauto then the system will look for an instance profile to use for auth against the registry
allowECRUseIAMRole: false