Skip to content

Commit

Permalink
fix: Bump otel limits (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk authored Feb 19, 2025
1 parent 256bd42 commit dbc87fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.26.8
version: 0.26.9
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
4 changes: 2 additions & 2 deletions charts/operator-wandb/charts/otel/charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ resources:
cpu: 200m
memory: 200Mi
limits:
cpu: 500m
memory: 500Mi
cpu: 1000m
memory: 1000Mi

serviceAccount:
create: true
Expand Down

0 comments on commit dbc87fa

Please sign in to comment.