Skip to content

tamirdavid1/odigos-charts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

144 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Odigos Helm Chart

License Release Charts

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

Usage

Add helm repository:

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

Install Odigos

helm repo update
helm upgrade --install odigos odigos/odigos --namespace odigos-system --create-namespace
kubectl label namespace odigos-system odigos.io/system-object="true"

Install Odigos in Openshift

helm repo update
helm upgrade --install odigos odigos/odigos --namespace odigos-system --create-namespace --set openshift.enabled=true
kubectl label namespace odigos-system odigos.io/system-object="true"

Uninstall Odigos

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

License

Apache 2.0 License.

About

Helm Charts for Odigos

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors