This repository contains the helm chart for Odigos - the observability control plane.
Notice: The Helm repository URL for Odigos has changed on May 6 2024. Please update your records to use the new URL: https://odigos-io.github.io/odigos-charts/:
helm repo add odigos https://odigos-io.github.io/odigos-charts/ --force-update
Add helm repository:
helm repo add odigos https://odigos-io.github.io/odigos-charts/
helm repo update
helm upgrade --install odigos odigos/odigos --namespace odigos-system --create-namespace
kubectl label namespace odigos-system odigos.io/system-object="true"
- Openshift Clusters - Make sure to set
openshift.enabled=true
in the values file or pass it as a flag while installing the chart. - GKE Clusters - Make sure to set
gke.enabled=true
in the values file or pass it as a flag while installing the chart.
helm delete odigos -n odigos-system
kubectl delete ns odigos-system