mirror of
https://github.com/helm/charts.git
synced 2026-08-22 22:07:36 +00:00
set default image_analyze_timeout_seconds to 36000 (#18785)
Signed-off-by: Brady Todhunter <bradyt@anchore.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
11f3a6acde
commit
367299e6f9
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user