For the complete documentation index, see llms.txt. This page is also available as Markdown.

Helm Chart

instructions for Kubernetes installation with Helm Chart

GH OCI registry

  1. Getting the values

helm show values oci://ghcr.io/intuitem/helm-charts/ce/ciso-assistant > custom.yaml
  1. customize as you see fit

  2. Install the chart

helm install ciso-assistant-release oci://ghcr.io/intuitem/helm-charts/ce/ciso-assistant -f custom.yaml

Legacy

Note: The old Helm repository (intuitem.github.io/ca-helm-chart) is no longer maintained. Please use the OCI registry above for new installations.

Last updated

Was this helpful?