Advanced configuration
Helm Chart
Install and configure ChangeGuard AI via Helm
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Install and configure ChangeGuard AI via Helm
helm repo add changeguard https://charts.changeguard.ai
helm repo update
helm upgrade --install changeguard changeguard/changeguard-operator \
--namespace changeguard-system --create-namespace \
--set agent.apiKey=YOUR_API_KEY \
--set agent.clusterName=production \
--set agent.provider=EKS \
--set agent.security.enabled=true
| Key | Default | Description |
|---|---|---|
agent.apiKey | required | ChangeGuard AI API key |
agent.clusterName | required | Cluster display name |
agent.provider | Kubernetes | EKS, GKE, AKS, Kubernetes |
agent.security.enabled | true | Enable all security scanning |
agent.security.kubeBench.enabled | true | CIS benchmarks |
agent.security.grype.enabled | true | CVE scanning |
agent.security.falco.enabled | true | Runtime detection |
agent.collector.pushInterval | 10s | Snapshot frequency |
global.imageRegistry | unset | Override the registry for every image (air-gapped installs) |
--set gitops.argoCD.enabled=true \
--set gitops.flux.enabled=true
helm upgrade --install changeguard \
oci://public.ecr.aws/m7g7b7v0/changeguard-operator \
--namespace changeguard-system --create-namespace \
--set global.imageRegistry=registry.internal \
--set agent.apiKey=YOUR_API_KEY \
--set agent.clusterName=production \
--set agent.security.enabled=true
cosign verify --key https://charts.changeguard.ai/cosign.pub <image-or-chart>
helm upgrade changeguard changeguard/changeguard-operator \
--namespace changeguard-system --reuse-values