Official Helm charts for deploying Keeper Security products on Kubernetes.
| Chart | Description | Version |
|---|---|---|
| keeper-injector | Keeper Secrets Manager Kubernetes Injector | 0.10.0 |
| keeper-gateway | Keeper PAM Gateway | 0.1.3 |
helm install keeper-injector oci://registry-1.docker.io/keeper/keeper-injector \
--namespace keeper-security \
--create-namespacehelm repo add keeper https://keeper-security.github.io/helm-charts
helm repo update
helm install keeper-injector keeper/keeper-injector \
--namespace keeper-security \
--create-namespaceEach chart has its own README with detailed configuration options. See the chart directory for more information.
- Create a new directory under
charts/ - Follow the standard Helm chart structure
- Include a
Chart.yaml,values.yaml, andREADME.md - The release workflow will automatically detect and publish new charts
Charts are released automatically when changes are pushed to main:
- The CI workflow detects which charts have version changes
- Changed charts are packaged and pushed to Docker Hub OCI registry
- The GitHub Pages Helm repository index is updated
- ArtifactHub syncs automatically from GitHub Pages
MIT License - Keeper Security, Inc.