From 62477454ef1065ea7e305bb65b89105f02941a03 Mon Sep 17 00:00:00 2001 From: chenk Date: Wed, 2 Aug 2023 13:19:05 +0300 Subject: [PATCH] release: prepare v0.30.15 (#367) 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 0400ca8c..99333410 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.14 | [trivy v0.44.0] | +| - | v0.30.15 | [trivy v0.44.0] | | - | v0.30.14 | [trivy v0.43.0] | | - | v0.30.13 | [trivy v0.43.0] | | - | v0.30.12 | [trivy v0.42.0] | diff --git a/helm/harbor-scanner-trivy/Chart.yaml b/helm/harbor-scanner-trivy/Chart.yaml index 6a3694be..2bf98f2d 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.14 -appVersion: 0.30.14 +version: 0.30.15 +appVersion: 0.30.15 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 1d2b0375..747bd432 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.14 + tag: 0.30.15 pullPolicy: IfNotPresent replicaCount: 1