Skip to content

Commit

Permalink
Update helm chart to next version (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Starttoaster committed May 1, 2024
1 parent 6294d9d commit 7c77e52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Some dashboards have filters that can be set from clicking elements on the page,
| hasfix | Boolean to only view vulnerabilities that have a fix version, or not. | hasfix=true, hasfix=false |
| resources | Comma-separated list of resources to view vulnerabilities for. | resources=curl,zlib1g |
| notresources | Comma-separated list of resources to ignore vulnerabilities for. | notresources=curl,zlib1g |
| severity | Filter by level of vulnerability severity. | severity=Critical |

Example URL: `http://your.explorer.install/image?hasfix=true&severity=Critical`

Expand Down
4 changes: 2 additions & 2 deletions chart/trivy-operator-explorer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.6
version: 0.1.7

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.3.1"
appVersion: "v0.3.2"

0 comments on commit 7c77e52

Please sign in to comment.