mirror of https://github.com/artifacthub/hub.git
Update Trivy default image (#4220)
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
This commit is contained in:
parent
73f70d3c8f
commit
b4f88df76e
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
name: artifact-hub
|
||||
description: Artifact Hub is a web-based application that enables finding, installing, and publishing Cloud Native packages.
|
||||
type: application
|
||||
version: 1.21.0-0
|
||||
version: 1.21.0-1
|
||||
appVersion: 1.20.0
|
||||
kubeVersion: ">= 1.19.0-0"
|
||||
home: https://artifacthub.io
|
||||
|
|
|
|||
|
|
@ -388,7 +388,7 @@ tracker:
|
|||
trivy:
|
||||
enabled: true
|
||||
deploy:
|
||||
image: aquasec/trivy:0.43.1
|
||||
image: aquasec/trivy:0.56.1
|
||||
securityContext: {}
|
||||
resources: {}
|
||||
# If you do want to specify resources, uncomment the following
|
||||
|
|
|
|||
Loading…
Reference in New Issue