From fb19abd09acc39c06a132fab8d0b9181f1556dcb Mon Sep 17 00:00:00 2001 From: Carol Valencia <8355621+krol3@users.noreply.github.com> Date: Tue, 1 Jun 2021 00:29:21 -0500 Subject: [PATCH] chore: chart with 0.18.3 (#1033) Co-authored-by: krol3 --- helm/trivy/Chart.yaml | 4 ++-- helm/trivy/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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: ""