This repository hosts the Helm chart for KubeVirtBMC.
KubeVirtBMC uses cert-manager for webhook certificates, so install cert-manager in the target cluster before installing this chart.
helm repo add kubevirtbmc https://charts.kubevirtbmc.io
helm repo update
helm install kubevirtbmc kubevirtbmc/kubevirtbmc \
--namespace kubevirtbmc-system \
--create-namespaceThe chart source lives in charts/kubevirtbmc. Pushes to main are linted and installed into a kind cluster. Pushes to release additionally package and publish the chart to the gh-pages branch by chart-releaser.