Helm Charts

Official Helm chart repository for deploying Keeper Security products on Kubernetes.

Note This URL is a Helm repository endpoint, not a web page — add it with the helm CLI below. (Browsing it directly only serves index.yaml and the chart packages.)

Add the repository

helm repo add keeper https://keeper-security.github.io/helm-charts
helm repo update

Available charts

keeper-gateway

Keeper PAM Gateway — remote access, secret rotation, and discovery.

helm install keeper-gateway keeper/keeper-gateway \
  --namespace keeper-gateway --create-namespace \
  --set gateway.acceptEula=Y \
  --set gateway.config='<base64-config>'

keeper-injector

Keeper Secrets Manager Kubernetes Injector — inject secrets into pods at runtime.

helm install keeper-injector keeper/keeper-injector \
  --namespace keeper-security --create-namespace

Charts are also published as OCI artifacts: oci://registry-1.docker.io/keeper/<chart-name>. See ArtifactHub for current versions.