Skip to content

Commit

Permalink
Fix vulnz upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer committed Oct 21, 2024
1 parent 6a76780 commit 28cbd16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions charts/vulnz-nvd-mirror/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.1

- fix vulnz image to match 7.0.0

## 0.3.0

- upgrade vulnz to 7.0.0
Expand Down
2 changes: 1 addition & 1 deletion charts/vulnz-nvd-mirror/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: vulnz-nvd-mirror
version: 0.3.1
version: 0.3.2
appVersion: 7.0.0
description: NVD api mirror and cache
home: https://github.com/EugenMayer/helm-charts/tree/main/charts/vulnz-nvd-mirror
Expand Down
5 changes: 1 addition & 4 deletions charts/vulnz-nvd-mirror/values.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
image:
#repository: ghcr.io/jeremylong/open-vulnerability-data-mirror
#tag: v6.1.6
# FIXME: use the official image once https://github.com/jeremylong/Open-Vulnerability-Project/pull/196 is merged
repository: ghcr.io/jeremylong/open-vulnerability-data-mirror
tag: v6.2.0
tag: v7.0.0
pullPolicy: IfNotPresent

persistence:
Expand Down

0 comments on commit 28cbd16

Please sign in to comment.