Skip to content

Commit

Permalink
Bump operator memory limit (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk authored Aug 10, 2023
1 parent b43a511 commit 1dd6846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: operator
description: A Helm chart for Weights & Biases operator
type: application
version: 0.1.5
version: 0.1.6
appVersion: "1.0.0"
maintainers:
- name: wandb
Expand Down
2 changes: 1 addition & 1 deletion charts/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ extraEnvs: []
resources:
limits:
cpu: 1000m
memory: 600Mi
memory: 1Gi
requests:
cpu: 400m
memory: 300Mi
Expand Down

0 comments on commit 1dd6846

Please sign in to comment.