From 2e2820d7f3767f9ad2a638102b3f541aecddbd32 Mon Sep 17 00:00:00 2001 From: chenk Date: Fri, 24 Nov 2023 14:48:34 +0200 Subject: [PATCH] release: prepare v0.30.19 Signed-off-by: chenk --- README.md | 2 +- helm/harbor-scanner-trivy/Chart.yaml | 4 ++-- helm/harbor-scanner-trivy/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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