Skip to content

Commit 5a5fc80

Browse files
committed
fix(vuls-dictionary): correct go-cve-dictionary image org to vuls/
1 parent 61afc27 commit 5a5fc80

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

argocd-helm-charts/vuls-dictionary/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The vuls-nightly-db carries distro advisory scores (e.g. `redhat_api`, `ubuntu_a
5353
| Parameter | Description | Default |
5454
|-----------|-------------|---------|
5555
| `cveDictionary.enabled` | Deploy the NVD refresh CronJob | `true` |
56-
| `cveDictionary.image.repository` | go-cve-dictionary image | `vulsio/go-cve-dictionary` |
56+
| `cveDictionary.image.repository` | go-cve-dictionary image | `vuls/go-cve-dictionary` |
5757
| `cveDictionary.image.tag` | Image tag | `v0.16.2` |
5858
| `cveDictionary.schedule` | Cron schedule for the refresh | `0 3 * * 0` (Sunday 03:00) |
5959
| `cveDictionary.resources` | Resource requests/limits | 100m/500m CPU, 256Mi/1Gi |

argocd-helm-charts/vuls-dictionary/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ vuls2:
8787
cveDictionary:
8888
enabled: true
8989
image:
90-
repository: vulsio/go-cve-dictionary
90+
repository: vuls/go-cve-dictionary
9191
tag: v0.16.2
9292
pullPolicy: IfNotPresent
9393
# The first fill takes hours (unauthenticated NVD API). Trigger it

0 commit comments

Comments
 (0)