Skip to content

Commit

Permalink
bump trivy to 0.31 (#1539)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorvezani authored Oct 28, 2024
1 parent 1b181e5 commit 71095ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions stable/insights-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 4.4.15
* bump trivy to 0.31

## 4.4.14
* Add fallback OCI repositories for trivy (ghcr, ecr and docker)

Expand Down
2 changes: 1 addition & 1 deletion stable/insights-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart to run the Fairwinds Insights agent
name: insights-agent
version: 4.4.14
version: 4.4.15
appVersion: 9.2.1
kubeVersion: ">= 1.22.0-0"
icon: https://raw.githubusercontent.com/FairwindsOps/charts/master/stable/insights-agent/icon.png
Expand Down
2 changes: 1 addition & 1 deletion stable/insights-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ trivy:
TRIVY_JAVA_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-java-db:1,public.ecr.aws/aquasecurity/trivy-java-db:1,docker.io/aquasec/trivy-java-db:1
image:
repository: quay.io/fairwinds/fw-trivy
tag: "0.30"
tag: "0.31"
serviceAccount:
annotations:
resources:
Expand Down

0 comments on commit 71095ba

Please sign in to comment.