diff --git a/charts/tracetest-public-endpoint/Chart.yaml b/charts/tracetest-public-endpoint/Chart.yaml index 527f03c..8d59209 100644 --- a/charts/tracetest-public-endpoint/Chart.yaml +++ b/charts/tracetest-public-endpoint/Chart.yaml @@ -22,7 +22,7 @@ version: v1.15.0 appVersion: v1.0.0 dependencies: -- name: opentelemetry-collector +- name: opentelemetry version: 0.108.0 repository: https://open-telemetry.github.io/opentelemetry-helm-charts diff --git a/charts/tracetest-public-endpoint/values.yaml b/charts/tracetest-public-endpoint/values.yaml index 1a76d6e..32cc68a 100644 --- a/charts/tracetest-public-endpoint/values.yaml +++ b/charts/tracetest-public-endpoint/values.yaml @@ -6,7 +6,7 @@ global: otlpingest: hostname: *rootDomain -opentelemetry-collector: +opentelemetry: nameOverride: public-endpoint-otel-collector mode: deployment diff --git a/scripts/update_helm_repos.sh b/scripts/update_helm_repos.sh index 796bcca..672411d 100644 --- a/scripts/update_helm_repos.sh +++ b/scripts/update_helm_repos.sh @@ -5,4 +5,4 @@ helm repo add traefik https://traefik.github.io/charts --force-update helm repo add ory https://k8s.ory.sh/helm/charts --force-update helm repo add jetstack https://charts.jetstack.io --force-update helm repo add nats https://nats-io.github.io/k8s/helm/charts/ --force-update -helm repo add opentelemetry https://open-telemetry.github.io/opentelemetry-helm-charts --force-update \ No newline at end of file +helm repo add opentelemetry-collector https://open-telemetry.github.io/opentelemetry-helm-charts --force-update \ No newline at end of file