Official Helm charts for deploying Performance Co-Pilot (PCP) on Kubernetes.
| Chart | Description | Version | 
|---|---|---|
| pcp | Performance Co-Pilot system monitoring | |
| archive-analysis | PCP Archive Analysis with Grafana | 
helm install pcp oci://ghcr.io/performancecopilot/helm-charts/pcp
helm install archive-analysis oci://ghcr.io/performancecopilot/helm-charts/archive-analysishelm install pcp oci://quay.io/performancecopilot-helm-charts/pcp
helm install archive-analysis oci://quay.io/performancecopilot-helm-charts/archive-analysisgit clone https://github.com/performancecopilot/helm-charts.git
cd helm-charts
helm install pcp ./pcp
helm install archive-analysis ./archive-analysis- PCP Chart - System performance monitoring with metrics collection, logging, and optional host monitoring
- Archive Analysis Chart - Grafana-based analysis of historical PCP data with pre-configured dashboards
- Kubernetes 1.19+
- Helm 3.0+
# Lint charts
helm lint ./pcp
helm lint ./archive-analysis
# Test template generation
helm template pcp ./pcp
helm template archive-analysis ./archive-analysis
# Install in development
helm install --dry-run --debug pcp ./pcp