Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
chore(deps): update ghcr.io/openclarity/exploit-db-server docker tag …
Browse files Browse the repository at this point in the history
…to v0.3.0
  • Loading branch information
renovate[bot] authored Feb 20, 2024
1 parent 45c23c9 commit c544e5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installation/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ services:
condition: on-failure

exploit-db-server:
image: ${VMCLARITY_EXPLOITSDB_SERVER_CONTAINER_IMAGE:-ghcr.io/openclarity/exploit-db-server:v0.2.4}
image: ${VMCLARITY_EXPLOITSDB_SERVER_CONTAINER_IMAGE:-ghcr.io/openclarity/exploit-db-server:v0.3.0}
ports:
- "1326:1326"
deploy:
Expand Down
2 changes: 1 addition & 1 deletion installation/kubernetes/helm/vmclarity/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ exploitDBServer:
# -- Exploit DB Server container repository
repository: openclarity/exploit-db-server
# -- Exploit DB Server container tag
tag: v0.2.3
tag: v0.3.0
# -- Exploit DB Server image digest. If set will override the tag.
digest: ""
# -- Exploit DB Server image pull policy
Expand Down

0 comments on commit c544e5d

Please sign in to comment.