Skip to content

Commit

Permalink
release v0.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com>
  • Loading branch information
Frank Jogeleit committed Mar 13, 2023
1 parent 3ce700d commit a02f12b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.4.1

* Map CVSS information as properties to PolicyReportResults of VulnerabilityReports

# 0.4.0

* Add TrivyOperator APIs to the project to reduce not needed dependencies
Expand Down
4 changes: 2 additions & 2 deletions charts/trivy-operator-polr-adapter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: trivy-operator-polr-adapter
description: Helm Chart to install the trivy-operator PolicyReport adapter

type: application
version: "0.4.0"
appVersion: "0.4.0"
version: "0.4.1"
appVersion: "0.4.1"
2 changes: 1 addition & 1 deletion charts/trivy-operator-polr-adapter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
registry: ghcr.io
repository: fjogeleit/trivy-operator-polr-adapter
pullPolicy: IfNotPresent
tag: 0.4.0
tag: 0.4.1

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit a02f12b

Please sign in to comment.