diff --git a/stable/anchore-engine/Chart.yaml b/stable/anchore-engine/Chart.yaml index 53b7cd4db6..30d0d9fca9 100644 --- a/stable/anchore-engine/Chart.yaml +++ b/stable/anchore-engine/Chart.yaml @@ -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: diff --git a/stable/anchore-engine/values.yaml b/stable/anchore-engine/values.yaml index 2bd42ec286..0e392f5778 100644 --- a/stable/anchore-engine/values.yaml +++ b/stable/anchore-engine/values.yaml @@ -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