Helm charts for Mezmo products.
You need to add this repository to your Helm repositories:
helm repo add mezmo https://helm.mezmo.com
helm repo update
# Use the default port range, 8000-8010
helm install edge mezmo/edge \
--set mezmoApiAccessToken=<MEZMO_API_ACCESS_TOKEN>
When a new version is available, update the helm charts and upgrade the instance.
helm repo update mezmo
helm upgrade --reuse-values edge mezmo/edge
See the chart README for more usage details.