The official Helm chart for the Keeper Kubernetes Secrets Injector, distributed as an OCI artifact.
This is a Helm chart (not a Docker image) stored in Docker Hub's OCI registry. It deploys the complete Keeper Secrets Injector to your Kubernetes cluster.
helm install keeper-injector oci://registry-1.docker.io/keeper/keeper-injector \
--namespace keeper-system \
--create-namespace
helm install keeper-injector oci://registry-1.docker.io/keeper/keeper-injector \
--namespace keeper-system \
--create-namespace \
--set replicaCount=3 \
--set metrics.enabled=true
helm install keeper-injector oci://registry-1.docker.io/keeper/keeper-injector \
--version 0.1.2 \
--namespace keeper-system \
--create-namespace
helm repo add keeper https://keeper-security.github.io/keeper-k8s-injector
helm install keeper-injector keeper/keeper-injector
kubectl apply -f https://github.com/Keeper-Security/keeper-k8s-injector/releases/latest/download/install.yaml
keeper/injector-webhook)See the full list of configuration options:
latest - Latest stable releaseX.Y.Z - Specific version (e.g., 0.1.2)MIT License - Keeper Security, Inc.
Content type
Helm
Digest
sha256:5acb82ee1…
Size
9 kB
Last updated
11 days ago
helm pull oci://registry-1.docker.io/keeper/keeper-injector --version 0.11.2