Skip to content

Latest commit

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

README.md

Odigos Helm Chart

License Release

This repository contains the helm chart for Odigos - the observability control plane.

helm repo add odigos https://odigos-io.github.io/odigos --force-update

Migration

If you have been previously using the odigos-charts chart repository you will get an error "Error: repository name (odigos) already exists, please specify a different name". To update to new repository location run:

helm repo add odigos https://odigos-io.github.io/odigos/ --force-update

Usage

Add helm repository:

helm repo add odigos https://odigos-io.github.io/odigos

Install Odigos

helm repo update
helm upgrade --install odigos odigos/odigos --namespace odigos-system --create-namespace
  • 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.

Using a Custom Docker Registry

By default, community installs pull images from docker.io/keyval and enterprise installs (with an on-prem token) pull from registry.odigos.io. To use a custom Docker registry instead, set the imagePrefix value during installation:

helm upgrade --install odigos odigos/odigos \
  --namespace odigos-system \
  --create-namespace \
  --set imagePrefix=$CUSTOM_DOCKER_REGISTRY

Make sure to replace $CUSTOM_DOCKER_REGISTRY with the URL of your Docker registry.

For more details on configuring a custom Docker registry, refer to the Docker Registry Setup Documentation.

Uninstall Odigos

helm delete odigos -n odigos-system
kubectl delete ns odigos-system

License

Apache 2.0 License.