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.

dynamic-agents

A Helm chart for Dynamic Agents - Standalone agent builder service with MCP tool support

Version0.2.38
Typeapplication

Quick Start

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

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

Customizing Values

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

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

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

# Show all configurable values
helm show values oci://ghcr.io/cnoe-io/charts/dynamic-agents --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{}
autoscaling.enabledboolfalse
autoscaling.maxReplicasint10
autoscaling.minReplicasint1
autoscaling.targetCPUUtilizationPercentageint80
config.AGENT_RUNTIME_TTL_SECONDSstring"3600"
config.AUTH_ENABLEDstring"false"
config.CORS_ORIGINSstring"[\"*\"]"
config.ENABLE_TRACINGstring"false"
config.MONGODB_DATABASEstring"caipe"
envobject{}
existingSecretstring""
externalSecrets.apiVersionstring"v1beta1"
externalSecrets.datalist[]
externalSecrets.enabledboolfalse
externalSecrets.secretStoreRef.kindstring"ClusterSecretStore"
externalSecrets.secretStoreRef.namestring"vault"
fullnameOverridestring""
image.pullPolicystring"Always"
image.repositorystring"ghcr.io/cnoe-io/caipe-dynamic-agents"
image.tagstring""
imagePullSecretslist[]
ingress.annotationsobject{}
ingress.classNamestring"nginx"
ingress.enabledboolfalse
ingress.hosts[0].hoststring"dynamic-agents.local"
ingress.hosts[0].paths[0].pathstring"/"
ingress.hosts[0].paths[0].pathTypestring"Prefix"
ingress.tlslist[]
livenessProbe.failureThresholdint3
livenessProbe.httpGet.pathstring"/healthz"
livenessProbe.httpGet.portstring"http"
livenessProbe.initialDelaySecondsint30
livenessProbe.periodSecondsint10
livenessProbe.timeoutSecondsint5
llmSecretstring""
nameOverridestring""
nodeSelectorobject{}
podAnnotationsobject{}
podLabelsobject{}
podSecurityContextobject{}
readinessProbe.failureThresholdint3
readinessProbe.httpGet.pathstring"/healthz"
readinessProbe.httpGet.portstring"http"
readinessProbe.initialDelaySecondsint5
readinessProbe.periodSecondsint5
readinessProbe.timeoutSecondsint3
replicaCountint1
resourcesobject{}
revisionHistoryLimitint3
securityContextobject{}
seedConfig.agentslist[]
seedConfig.enabledboolfalse
seedConfig.mcp_serverslist[]
seedConfig.modelslist[]
service.portint8001
service.typestring"ClusterIP"
serviceAccount.annotationsobject{}
serviceAccount.automountbooltrue
serviceAccount.createbooltrue
serviceAccount.namestring""
tolerationslist[]
volumeMountslist[]
volumeslist[]