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.

caipe-ui

A Helm chart for CAIPE UI - A2A-powered chat interface for AI Platform Engineering

Version0.2.38
Typeapplication

Quick Start

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

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

Customizing Values

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

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

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

# Show all configurable values
helm show values oci://ghcr.io/cnoe-io/charts/caipe-ui --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.maxReplicasint100
autoscaling.minReplicasint1
autoscaling.targetCPUUtilizationPercentageint80
config.APP_NAMEstring"CAIPE"
config.DESCRIPTIONstring"Where Humans and AI agents collaborate to deliver high quality outcomes."
config.DYNAMIC_AGENTS_ENABLEDstring"false"
config.ENABLE_SUBAGENT_CARDSstring"true"
config.ENV_BADGEstring""
config.LOGO_STYLEstring"default"
config.LOGO_URLstring"/logo.svg"
config.MONGODB_DATABASEstring"caipe"
config.NEXTAUTH_URLstring"http://localhost:3000"
config.NODE_ENVstring"production"
config.OIDC_ENABLE_REFRESH_TOKENstring"true"
config.OIDC_REQUIRED_ADMIN_GROUPstring"app-admins"
config.OIDC_REQUIRED_ADMIN_VIEW_GROUPstring""
config.OIDC_REQUIRED_GROUPstring"app-users"
config.SHOW_POWERED_BYstring"false"
config.SSO_ENABLEDstring"true"
config.SUPPORT_EMAILstring"support@example.com"
config.TAGLINEstring"Multi-Agent Workflow Automation"
config.WORKFLOW_RUNNER_ENABLEDstring"false"
env.A2A_BASE_URLstring"http://ai-platform-engineering-supervisor-agent:8000"
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-ui"
image.tagstring""
imagePullSecretslist[]
ingress.annotationsobject{}
ingress.classNamestring"nginx"
ingress.enabledboolfalse
ingress.hosts[0].hoststring"caipe-ui.local"
ingress.hosts[0].paths[0].pathstring"/"
ingress.hosts[0].paths[0].pathTypestring"Prefix"
ingress.tlslist[]
livenessProbe.failureThresholdint3
livenessProbe.httpGet.pathstring"/api/health"
livenessProbe.httpGet.portstring"http"
livenessProbe.initialDelaySecondsint30
livenessProbe.periodSecondsint10
livenessProbe.timeoutSecondsint5
nameOverridestring""
nodeSelectorobject{}
podAnnotationsobject{}
podLabelsobject{}
podSecurityContextobject{}
readinessProbe.failureThresholdint3
readinessProbe.httpGet.pathstring"/api/health"
readinessProbe.httpGet.portstring"http"
readinessProbe.initialDelaySecondsint5
readinessProbe.periodSecondsint5
readinessProbe.timeoutSecondsint3
replicaCountint1
resourcesobject{}
revisionHistoryLimitint3
securityContextobject{}
service.portint3000
service.typestring"ClusterIP"
serviceAccount.annotationsobject{}
serviceAccount.automountbooltrue
serviceAccount.createbooltrue
serviceAccount.namestring""
tolerationslist[]
volumeMountslist[]
volumeslist[]