punch-helm

Punchplatform Helm Chart

This repository regroups Punchplatform Helm Chart for deploying services:

Quickstart

helm repo add punchplatform https://punchplatform.github.io/punch-helm
helm repo update
# this will list available helm charts
helm search repo punchplatform --devel

# Deploy a helm chart
helm install punchplatform/<punch helm chart> \
    --version <version> \
    --devel \
    --generate-name \
    --namespace <namespace>