Rediver Helm Charts

Helm repository for Rediver — helm.rediver.ai

helm repo add rediver https://helm.rediver.ai
helm repo update
helm search repo rediver

Charts

ChartDescription
connector Outbound agent bridging external platforms (GitLab, etc.) with the Rediver backend.

Install the connector

helm install my-connector rediver/connector \
  --namespace rediver --create-namespace \
  --set rediver.token=<cluster-token>