Skip to content

D3N14L/opencve-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opencve-helm

DISCLAIMER

This helm chart is DEPRECATED. PLEASE USE https://github.com/cleveritcz/opencve-helm or the official helm chart as soon as @cleveritcz version is merged into the main project.

Prerequisites

As the opencve docker image is not yet available on docker hub you should download and build the opencve docker image yourself.

git clone [email protected]:opencve/opencve-docker.git
cd opencve-docker
docker build . --build-arg OPENCVE_VERSION="1.2.3" -t "opencve:1.2.3"

Installation

git clone [email protected]:D3N14L/opencve-helm.git
cd opencve-helm
helm dependency update
helm install opencve .

# To apply changes to the chart or values execute
helm upgrade opencve .

# To uninstall the chart use - the pvcs will remain on the cluster.
helm uninstall opencve

Caveats

  • Please note that the initialization can take several minutes while OpenCVE downloads and imports the CVEs, CPEs and co.
  • Even when uninstalling the pvc will remain on the k8s cluster. If you change certain settings (like postgres passwords) you need to delete the pvc manually and let the init container reinitialize it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages