diff --git a/README.md b/README.md index 636946ff..bdfa104f 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ The following matrix indicates the version of Trivy and Trivy adapter installed | Harbor | Trivy Adapter | Trivy | |------------------|---------------|-----------------| +| - | v0.30.6 | [trivy v0.35.0] | | - | v0.30.5 | [trivy v0.35.0] | | - | v0.30.4 | [trivy v0.35.0] | | - | v0.30.3 | [trivy v0.35.0] | diff --git a/helm/harbor-scanner-trivy/Chart.yaml b/helm/harbor-scanner-trivy/Chart.yaml index 04748f4b..99456749 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.5 -appVersion: 0.30.5 +version: 0.30.6 +appVersion: 0.30.6 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 62bdba93..1b4eccb0 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.5 + tag: 0.30.6 pullPolicy: IfNotPresent replicaCount: 1