From 55d18d98e211db8cf2a757b305921ea5a769812d Mon Sep 17 00:00:00 2001 From: Aditya Choudhari <48932219+adityachoudhari26@users.noreply.github.com> Date: Mon, 17 Jun 2024 09:51:36 -0700 Subject: [PATCH] fix: Remove empty attributes (#143) --- charts/operator-wandb/Chart.yaml | 2 +- .../charts/otel/charts/agent/templates/_config.tpl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/operator-wandb/Chart.yaml b/charts/operator-wandb/Chart.yaml index 6dcf845f..7c58dfc5 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.13.10 +version: 0.13.11 appVersion: 1.0.0 icon: https://wandb.ai/logo.svg diff --git a/charts/operator-wandb/charts/otel/charts/agent/templates/_config.tpl b/charts/operator-wandb/charts/otel/charts/agent/templates/_config.tpl index 9c7dea59..c6ee0876 100644 --- a/charts/operator-wandb/charts/otel/charts/agent/templates/_config.tpl +++ b/charts/operator-wandb/charts/otel/charts/agent/templates/_config.tpl @@ -48,7 +48,6 @@ extensions: {{- define "otelAgent.processors" -}} processors: batch: {} - attributes: {} memory_limiter: check_interval: 5s limit_percentage: 80