-
Notifications
You must be signed in to change notification settings - Fork 8
Helm Chart Assessments
Ivan P edited this page Jun 5, 2026
·
3 revisions
Structured assessment of each service's Helm chart, identifying the exact changes needed to support OTel, Pyroscope, and Faro configuration injection.
Status: In progress — Helm chart assessment prompt under development.
Each chart will be assessed using a dedicated prompt (similar to repo_otel_assessment_prompt.md) that examines the chart's structure and produces a consistent [CHART_NAME]_Helm_Assessment.md output covering:
- Chart overview — which Deployments/StatefulSets the chart manages, current env var injection approach
-
OTel values additions — exact
values.yamladditions forOTEL_SERVICE_NAME,OTEL_EXPORTER_OTLP_ENDPOINT, and any language-specific OTel flags -
Pyroscope values additions —
PYROSCOPE_SERVER_ADDRESSand related config -
Faro values additions — opt-in
faro.enabled / faro.proxy.* / faro.collectorUrlstructure (where applicable) -
Sub-chart considerations — whether any
Chart.yamldependencies also require updates -
Diff-ready template snippet — exact changes to
values.yamlandtemplates/deployment.yaml
| Chart | Services Managed | Faro Applicable |
|---|---|---|
| acapy-agent chart | acapy-agent | No |
| acapy-vc-authn-oidc chart | oidc-controller, frontend | Yes |
| traction chart | tenant-ui, ACA-Py plugin | Yes |
| acapy-endorser-service chart | endorser | No |
| didwebvh-server-py chart | didwebvh-server | Yes |
| credo-ts consuming service chart | host service | Yes (consumers) |
| didcomm-mediator-credo chart | mediator | No |
| bc-wallet-demo chart | server, frontend | Yes |
(To be populated once the Helm chart assessment prompt is complete and run against each chart.)