Official Helm chart repository for deploying Keeper Security products on Kubernetes.
helm CLI below. (Browsing it directly only serves index.yaml and the chart packages.)
helm repo add keeper https://keeper-security.github.io/helm-charts
helm repo update
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 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.