# Add Repo
helm repo add lensesio https://lensesio.github.io/kafka-helm-charts/
helm repo update
# Test run
helm install lenses lensesio/lenses --namespace kafka --set ingress.enabled=true
helm upgrade lenses lensesio/lenses --namespace kafka --set service.type=NodePort
helm delete -n kafka lenses
Troubleshooting
Error: UPGRADE FAILED: "lenses" has no deployed releases