diff --git a/helm/trivy/Chart.yaml b/helm/trivy/Chart.yaml index 36aa78ca3219..0d5108016fbe 100644 --- a/helm/trivy/Chart.yaml +++ b/helm/trivy/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: trivy -version: 0.4.2 -appVersion: "0.15.0" +version: 0.4.3 +appVersion: "0.18.3" description: Trivy helm chart keywords: - scanner diff --git a/helm/trivy/values.yaml b/helm/trivy/values.yaml index cef2bbf348c0..b5b5d2e29845 100644 --- a/helm/trivy/values.yaml +++ b/helm/trivy/values.yaml @@ -4,7 +4,7 @@ fullnameOverride: "" image: registry: docker.io repository: aquasec/trivy - tag: 0.15.0 + tag: 0.18.3 pullPolicy: IfNotPresent pullSecret: ""