diff --git a/README.md b/README.md index 9d06c73..e867d19 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.31.2 | [trivy v0.52.2] | +| - | v0.31.3 | [trivy v0.52.2] | | - | v0.31.2 | [trivy v0.51.2] | | - | v0.31.1 | [trivy v0.50.4] | | - | v0.31.0 | [trivy v0.50.1] | diff --git a/helm/harbor-scanner-trivy/Chart.yaml b/helm/harbor-scanner-trivy/Chart.yaml index 77f788a..fe636f6 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.31.2 -appVersion: 0.31.2 +version: 0.31.3 +appVersion: 0.31.3 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 c356086..d128292 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.31.2 + tag: 0.31.3 pullPolicy: IfNotPresent replicaCount: 1