Releases: performancecopilot/helm-charts
Releases · performancecopilot/helm-charts
v1.0.1
Helm Charts Release
This release contains the following charts:
- PCP (Performance Co-Pilot) - v1.0.1
- Archive Analysis (PCP with Grafana) - v1.0.1
Installation
From GitHub Container Registry:
helm install pcp oci://ghcr.io/performancecopilot/helm-charts/pcp --version 1.0.1 -n monitoring --create-namespace
helm install archive-analysis oci://ghcr.io/performancecopilot/helm-charts/archive-analysis --version 1.0.1 -n monitoring --create-namespaceFrom packaged chart (attached to this release):
wget https://github.com/performancecopilot/helm-charts/releases/download/v1.0.1/pcp-1.0.1.tgz
helm install pcp pcp-1.0.1.tgz -n monitoring --create-namespaceFrom source:
git clone https://github.com/performancecopilot/helm-charts.git
cd helm-charts
git checkout v1.0.1
helm install pcp ./pcp -n monitoring --create-namespaceFull Changelog: v1.0.0...v1.0.1
v1.0.0
Helm Charts Release
This release contains the following charts:
- PCP (Performance Co-Pilot) - v1.0.0
- Archive Analysis (PCP with Grafana) - v1.0.0
Installation
From GitHub Container Registry:
helm install pcp oci://ghcr.io/performancecopilot/helm-charts/pcp --version 1.0.0 -n monitoring --create-namespace
helm install archive-analysis oci://ghcr.io/performancecopilot/helm-charts/archive-analysis --version 1.0.0 -n monitoring --create-namespaceFrom Quay.io:
helm install pcp oci://quay.io/performancecopilot-helm-charts/pcp --version 1.0.0 -n monitoring --create-namespace
helm install archive-analysis oci://quay.io/performancecopilot-helm-charts/archive-analysis --version 1.0.0 -n monitoring --create-namespaceFrom packaged chart (attached to this release):
wget https://github.com/performancecopilot/helm-charts/releases/download/v1.0.0/pcp-1.0.0.tgz
helm install pcp pcp-1.0.0.tgz -n monitoring --create-namespaceFrom source:
git clone https://github.com/performancecopilot/helm-charts.git
cd helm-charts
git checkout v1.0.0
helm install pcp ./pcp -n monitoring --create-namespaceFull Changelog: archive-analysis-0.1.0...v1.0.0