diff --git a/README.md b/README.md index 38a989c..480f077 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The following matrix indicates the version of Trivy and Trivy adapter installed | Harbor | Trivy Adapter | Trivy | |-------------------------|---------------|-----------------| -| harbor v2.12.1 | v0.32.1 | [trivy v0.57.1] | +| harbor v2.12.1 | v0.32.2 | [trivy v0.57.1] | | harbor v2.12.0 | v0.32.0 | [trivy v0.56.1] | | harbor v2.11.1 | v0.31.4 | [trivy v0.54.1] | | - | v0.31.3 | [trivy v0.52.2] | diff --git a/helm/harbor-scanner-trivy/Chart.yaml b/helm/harbor-scanner-trivy/Chart.yaml index fbbe4cb..ccce6cd 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.32.1 -appVersion: 0.32.1 +version: 0.32.2 +appVersion: 0.32.2 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 2810475..3f86af8 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: goharbor/harbor-scanner-trivy - tag: 0.32.1 + tag: 0.32.2 pullPolicy: IfNotPresent replicaCount: 1