From fdcf48be724e5a1332d6c31d9031e13691ca6c98 Mon Sep 17 00:00:00 2001 From: George Scott Date: Mon, 4 Dec 2023 12:45:54 -0600 Subject: [PATCH] disable otel install (#48) Co-authored-by: Zachary Blasczyk <77289967+wandb-zacharyblasczyk@users.noreply.github.com> --- charts/operator-wandb/Chart.yaml | 2 +- charts/operator-wandb/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/operator-wandb/Chart.yaml b/charts/operator-wandb/Chart.yaml index 56beb327..fa38df96 100644 --- a/charts/operator-wandb/Chart.yaml +++ b/charts/operator-wandb/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: operator-wandb description: A Helm chart for deploying W&B to Kubernetes type: application -version: 0.10.26 +version: 0.10.27 appVersion: 1.0.0 icon: https://wandb.ai/logo.svg diff --git a/charts/operator-wandb/values.yaml b/charts/operator-wandb/values.yaml index d839c3b1..f182e683 100644 --- a/charts/operator-wandb/values.yaml +++ b/charts/operator-wandb/values.yaml @@ -145,7 +145,7 @@ prometheus: install: true otel: - install: true + install: false # # cannot use install because schema validation will fail. # enabled: true