Skip to content

Commit

Permalink
fix: Use the same defaults (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk authored Jan 28, 2025
1 parent 1f2b56f commit cc6b00c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.24.4
version: 0.24.5
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
6 changes: 3 additions & 3 deletions charts/operator-wandb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -783,10 +783,10 @@ api:
failureThreshold: 5
resources:
limits:
cpu: "2"
memory: 4Gi
cpu: "4"
memory: 8Gi
requests:
cpu: "1"
cpu: 500m
memory: 1Gi
volumeMounts:
- name: wandb-ca-certs
Expand Down

0 comments on commit cc6b00c

Please sign in to comment.