Skip to content

Commit

Permalink
reference 8.16 values file
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll authored Oct 22, 2024
1 parent 5c51e78 commit 9378e2b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down

0 comments on commit 9378e2b

Please sign in to comment.