Skip to content

Commit

Permalink
disable otel install (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: Zachary Blasczyk <77289967+wandb-zacharyblasczyk@users.noreply.github.com>
  • Loading branch information
George Scott and zacharyblasczyk authored Dec 4, 2023
1 parent 54cc79b commit fdcf48b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/operator-wandb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion charts/operator-wandb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ prometheus:
install: true

otel:
install: true
install: false
# # cannot use install because schema validation will fail.
# enabled: true

Expand Down

0 comments on commit fdcf48b

Please sign in to comment.