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.5.68
Typeapplication

Quick Start

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

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

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.5.68 \
--set replicaCount=2

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

# Show all configurable values
helm show values oci://ghcr.io/cnoe-io/charts/dynamic-agents --version 0.5.68

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{}
agentContext.existingSecret.keystring"CAIPE_AGENT_CONTEXT_HMAC_SECRET"
agentContext.existingSecret.namestring""
autoscaling.enabledboolfalse
autoscaling.maxReplicasint10
autoscaling.minReplicasint1
autoscaling.targetCPUUtilizationPercentageint80
config.AGENT_GATEWAY_MCP_SERVER_IDSstring"all"
config.AGENT_RUNTIME_TTL_SECONDSstring"60"
config.ATTACHMENT_LOCAL_PATHstring"/var/lib/caipe-attachments"
config.AWS_BEDROCK_ENABLE_PROMPT_CACHEstring"false"
config.CAIPE_API_URLstring""
config.CAIPE_CREDENTIALS_ENABLEDstring"false"
config.CORS_ORIGINSstring"[\"*\"]"
config.CREDENTIAL_API_URLstring""
config.CREDENTIAL_SERVICE_AUDIENCEstring"caipe-credential-service"
config.ENABLE_TRACINGstring"false"
config.INVOKE_PERSIST_HISTORYstring"false"
config.KEYCLOAK_URLstring""
config.MONGODB_DATABASEstring"caipe"
config.OIDC_ISSUERstring""
config.OPENFGA_HTTPstring""
config.OPENFGA_STORE_NAMEstring"caipe-openfga"
config.SKILL_TRACE_MAX_ATTR_BYTESstring"262144"
config.SKILL_TRACE_SCRUB_ENABLEDstring"true"
config.USE_IMPERSONATION_TOKENSstring"false"
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"/health"
livenessProbe.httpGet.portstring"http"
livenessProbe.periodSecondsint10
livenessProbe.timeoutSecondsint5
llmSecretstring""
nameOverridestring""
nodeSelectorobject{}
podAnnotationsobject{}
podLabelsobject{}
podSecurityContext.runAsNonRootbooltrue
readinessProbe.failureThresholdint3
readinessProbe.httpGet.pathstring"/readyz"
readinessProbe.httpGet.portstring"http"
readinessProbe.periodSecondsint5
readinessProbe.timeoutSecondsint3
replicaCountint1
resourcesobject{}
revisionHistoryLimitint3
securityContext.allowPrivilegeEscalationboolfalse
securityContext.capabilities.drop[0]string"ALL"
securityContext.readOnlyRootFilesystemboolfalse
securityContext.runAsNonRootbooltrue
securityContext.runAsUserint1001
securityContext.seccompProfile.typestring"RuntimeDefault"
service.metricsPortint0
service.portint8001
service.typestring"ClusterIP"
serviceAccount.annotationsobject{}
serviceAccount.automountbooltrue
serviceAccount.createbooltrue
serviceAccount.namestring""
startupProbe.failureThresholdint30
startupProbe.httpGet.pathstring"/readyz"
startupProbe.httpGet.portstring"http"
startupProbe.initialDelaySecondsint10
startupProbe.periodSecondsint10
startupProbe.timeoutSecondsint5
tolerationslist[]
volumeMountslist[]
volumeslist[]
vpa.controlledResources[0]string"cpu"
vpa.controlledResources[1]string"memory"
vpa.controlledValuesstring"RequestsAndLimits"
vpa.enabledboolfalse
vpa.maxAllowedobject{}
vpa.minAllowed.cpustring"50m"
vpa.minAllowed.memorystring"128Mi"
vpa.updateModestring"InPlaceOrRecreate"