Skip to main content
Auto-generated

This page is auto-generated from the Helm chart source. Do not edit directly. Regenerate with make docs-helm-charts.

rag-ingestors

Configurable ingestors for RAG system - supports AWS, K8s, ArgoCD, Slack, and Webex

Version0.2.38
Typeapplication

Quick Start​

# Add and install the chart
helm install rag-ingestors oci://ghcr.io/cnoe-io/charts/rag-ingestors --version 0.2.38

# Upgrade an existing release
helm upgrade rag-ingestors oci://ghcr.io/cnoe-io/charts/rag-ingestors --version 0.2.38

Customizing Values​

Override default values using --set flags or a custom values file:

# Override individual values
helm install rag-ingestors oci://ghcr.io/cnoe-io/charts/rag-ingestors --version 0.2.38 \
--set replicaCount=2

# Use a custom values file
helm install rag-ingestors oci://ghcr.io/cnoe-io/charts/rag-ingestors --version 0.2.38 \
-f custom-values.yaml

# Show all configurable values
helm show values oci://ghcr.io/cnoe-io/charts/rag-ingestors --version 0.2.38

Reading the Values Table​

ColumnMeaning
KeyDot-separated path into values.yaml (e.g. image.repository)
TypeGo/Helm data type (string, int, bool, object, list)
DefaultValue used when not overridden
DescriptionWhat the parameter controls

Values​

KeyTypeDefaultDescription
affinityobject{}
defaultResources.limits.cpustring"500m"
defaultResources.limits.ephemeral-storagestring"1Gi"
defaultResources.limits.memorystring"512Mi"
defaultResources.requests.cpustring"100m"
defaultResources.requests.ephemeral-storagestring"256Mi"
defaultResources.requests.memorystring"256Mi"
image.pullPolicystring"IfNotPresent"
image.repositorystring"ghcr.io/cnoe-io/caipe-rag-ingestors"
image.tagstring""
imagePullSecretslist[]
ingestorslist[]
nodeSelectorobject{}
podAnnotationsobject{}
podLabelsobject{}
ragServerUrlstring"http://rag-server:9446"
revisionHistoryLimitint3
serviceAccount.annotationsobject{}
serviceAccount.automountbooltrue
serviceAccount.createbooltrue
serviceAccount.namestring""
tolerationslist[]