Helm chart repository for Fortem — Kubernetes-native Internal Developer Platform.
helm repo add fortem https://cybrixcc.github.io/fortem-helm-charts
helm repo update
helm install fortem fortem/fortem \
--namespace fortem-system \
--create-namespace \
--set ingress.host=fortem.yourdomain.com \
--set dex.connectors.google.clientID=xxx \
--set dex.connectors.google.clientSecret=xxx
| Chart | Version | Description |
|---|---|---|
| fortem | 0.1.0 | Kubernetes-native Internal Developer Platform |
Chart source lives in cybrixcc/fortem. New versions are published automatically on release tags.