From 101925225f5134c149c6cc51d582a5570560b0de Mon Sep 17 00:00:00 2001 From: esara Date: Mon, 22 Jan 2024 19:34:34 -0500 Subject: [PATCH] Odigos version v1.0.22 --- README.md | 59 +++++++++- charts/odigos/Chart.yaml | 2 +- .../templates/autoscaler/deployment.yaml | 46 +++----- charts/odigos/templates/autoscaler/role.yaml | 58 +-------- .../odigos/templates/crd/collectorsgroup.yaml | 76 ++++++------ .../odigos/templates/crd/configuration.yaml | 99 +++++++++++----- charts/odigos/templates/crd/destinations.yaml | 103 ++++++++-------- .../crd/instrumentedapplications.yaml | 40 ++++++- .../templates/datacollection/clusterrole.yaml | 18 ++- .../templates/instrumentor/clusterrole.yaml | 111 ++---------------- .../templates/instrumentor/deployment.yaml | 46 +++----- .../templates/leader-election-role.yaml | 14 +-- .../odigos/templates/odiglet/clusterrole.yaml | 94 +++++++++------ .../odigos/templates/odiglet/daemonset.yaml | 44 +++---- .../odigos/templates/odigos-deployment.yaml | 7 ++ .../odigos-own-telemetry-otel-config.yaml | 7 ++ .../templates/scheduler/clusterrole.yaml | 27 +---- .../templates/scheduler/deployment.yaml | 33 ++---- charts/odigos/templates/ui/clusterrole.yaml | 92 --------------- .../templates/ui/clusterrolebinding.yaml | 12 -- charts/odigos/templates/ui/deployment.yaml | 38 ------ charts/odigos/templates/ui/role.yaml | 88 -------------- charts/odigos/templates/ui/rolebinding.yaml | 12 -- charts/odigos/templates/ui/service.yaml | 12 -- .../odigos/templates/ui/serviceaccount.yaml | 5 - charts/odigos/values.yaml | 16 ++- 26 files changed, 433 insertions(+), 726 deletions(-) create mode 100644 charts/odigos/templates/odigos-deployment.yaml create mode 100644 charts/odigos/templates/odigos-own-telemetry-otel-config.yaml delete mode 100644 charts/odigos/templates/ui/clusterrole.yaml delete mode 100644 charts/odigos/templates/ui/clusterrolebinding.yaml delete mode 100644 charts/odigos/templates/ui/deployment.yaml delete mode 100644 charts/odigos/templates/ui/role.yaml delete mode 100644 charts/odigos/templates/ui/rolebinding.yaml delete mode 100644 charts/odigos/templates/ui/service.yaml delete mode 100644 charts/odigos/templates/ui/serviceaccount.yaml diff --git a/README.md b/README.md index f7c16d2..c1cceb9 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,64 @@ helm repo add odigos https://keyval-dev.github.io/odigos-charts/ Install chart: ```console -helm install my-odigos odigos/odigos --namespace odigos-system --create-namespace +helm repo update +helm upgrade --install odigos odigos/odigos --namespace odigos-system --create-namespace +``` + +Create community configuration: +```console +#!/usr/bin/env bash + +cat <