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.
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"
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
- 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.