Install KubeVoIP
Install the operator with Helm:
helm repo add kubevoip https://charts.kubevoip.com
helm repo update
helm install kubevoip kubevoip/kubevoip \
--version 0.6.7 \
--namespace telephony --create-namespaceThe same chart is also published to GHCR OCI for existing automation:
helm install kubevoip oci://ghcr.io/kubevoip/charts/kubevoip \
--version 0.6.7 \
--namespace telephony --create-namespacePlatform releases publish the operator image first. The matching Helm chart is published after a reviewed chart release step, so the image tag may appear briefly before the chart version.
Each Helm release watches only its installation namespace. Install a separate release for each telephony namespace. CRDs remain cluster-scoped Kubernetes resources shared by all releases.
After the operator is running, continue with the two-phone quickstart.