From 9378e2b3447d9f141f96a2914aa004f47a7df33b Mon Sep 17 00:00:00 2001 From: Roger Coll Date: Tue, 22 Oct 2024 12:55:18 +0200 Subject: [PATCH] reference 8.16 values file --- .../otel_kubernetes/otel_kubernetes_panel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/observability_solution/observability_onboarding/public/application/quickstart_flows/otel_kubernetes/otel_kubernetes_panel.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/application/quickstart_flows/otel_kubernetes/otel_kubernetes_panel.tsx index 9d3e07cc2f6128..6cbfe740fa7840 100644 --- a/x-pack/plugins/observability_solution/observability_onboarding/public/application/quickstart_flows/otel_kubernetes/otel_kubernetes_panel.tsx +++ b/x-pack/plugins/observability_solution/observability_onboarding/public/application/quickstart_flows/otel_kubernetes/otel_kubernetes_panel.tsx @@ -31,9 +31,9 @@ import { ObservabilityOnboardingContextValue } from '../../../plugin'; import { useKubernetesFlow } from '../kubernetes/use_kubernetes_flow'; const OTEL_HELM_CHARTS_REPO = 'https://open-telemetry.github.io/opentelemetry-helm-charts'; -const OTEL_KUBE_STACK_VERSION = '0.3.0'; +const OTEL_KUBE_STACK_VERSION = '0.3.3'; const OTEL_KUBE_STACK_VALUES_FILE_URL = - 'https://github.com/raw/elastic/opentelemetry/refs/heads/main/resources/kubernetes/operator/helm/values.yaml'; + 'https://github.com/raw/elastic/opentelemetry/refs/heads/8.16/resources/kubernetes/operator/helm/values.yaml'; const CLUSTER_OVERVIEW_DASHBOARD_ID = 'kubernetes_otel-cluster-overview'; export const OtelKubernetesPanel: React.FC = () => {