From 1dd68466786343fa525d14024115365f0c5293b4 Mon Sep 17 00:00:00 2001 From: Zachary Blasczyk <77289967+wandb-zacharyblasczyk@users.noreply.github.com> Date: Thu, 10 Aug 2023 01:18:56 -0400 Subject: [PATCH] Bump operator memory limit (#24) --- charts/operator/Chart.yaml | 2 +- charts/operator/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/operator/Chart.yaml b/charts/operator/Chart.yaml index f1537007..d88e0f1c 100644 --- a/charts/operator/Chart.yaml +++ b/charts/operator/Chart.yaml @@ -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 diff --git a/charts/operator/values.yaml b/charts/operator/values.yaml index e990470b..d936c571 100644 --- a/charts/operator/values.yaml +++ b/charts/operator/values.yaml @@ -11,7 +11,7 @@ extraEnvs: [] resources: limits: cpu: 1000m - memory: 600Mi + memory: 1Gi requests: cpu: 400m memory: 300Mi