Skip to content

Releases: performancecopilot/helm-charts

v1.0.1

22 Apr 17:45
5c4311e

Choose a tag to compare

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-namespace

From 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-namespace

From 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-namespace

Full Changelog: v1.0.0...v1.0.1

v1.0.0

04 Feb 05:45

Choose a tag to compare

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-namespace

From 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-namespace

From 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-namespace

From 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-namespace

Full Changelog: archive-analysis-0.1.0...v1.0.0