This Helm chart will install Promyze in a Kubernetes cluster. It is based on the official Helm chart (code, docs).
# if not already done, adds devpro repository in helm
helm repo add promyze https://promyze.github.io/helm-charts
helm repo update
# installs the chart with default parameters
helm upgrade --install promyze devpro/promyze --create-namespace --namespace promyze
# cleans up
helm uninstall promyze -n promyze
kubectl delete ns promyze
Look at Contributing page.