diff --git a/README.md b/README.md index e53cccc6..7c85e280 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The following matrix indicates the version of Trivy and Trivy adapter installed | Harbor | Trivy Adapter | Trivy | |------------------|---------------|-----------------| -| - | v0.30.18 | [trivy v0.47.0] | +| - | v0.30.19 | [trivy v0.47.0] | | - | v0.30.18 | [trivy v0.46.1] | | - | v0.30.17 | [trivy v0.46.0] | | - | v0.30.16 | [trivy v0.45.0] | diff --git a/helm/harbor-scanner-trivy/Chart.yaml b/helm/harbor-scanner-trivy/Chart.yaml index 77065a3b..3de01945 100644 --- a/helm/harbor-scanner-trivy/Chart.yaml +++ b/helm/harbor-scanner-trivy/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: harbor-scanner-trivy -version: 0.30.18 -appVersion: 0.30.18 +version: 0.30.19 +appVersion: 0.30.19 description: Harbor scanner adapter for Trivy keywords: - scanner diff --git a/helm/harbor-scanner-trivy/values.yaml b/helm/harbor-scanner-trivy/values.yaml index 8ebcf3c2..31563774 100644 --- a/helm/harbor-scanner-trivy/values.yaml +++ b/helm/harbor-scanner-trivy/values.yaml @@ -4,7 +4,7 @@ fullnameOverride: "" image: registry: docker.io repository: aquasec/harbor-scanner-trivy - tag: 0.30.18 + tag: 0.30.19 pullPolicy: IfNotPresent replicaCount: 1