From 6e4392dce9fa26f35dc86a998a8fb50722da6875 Mon Sep 17 00:00:00 2001 From: Andrey Arapov <107317698+andy108369@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:10:37 +0100 Subject: [PATCH] fix(operator/inventory): raise memlimit (#248) fixes akash-network/support#185 --- charts/akash-inventory-operator/Chart.yaml | 2 +- charts/akash-inventory-operator/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/akash-inventory-operator/Chart.yaml b/charts/akash-inventory-operator/Chart.yaml index 74604c1c..b8a7a9ad 100644 --- a/charts/akash-inventory-operator/Chart.yaml +++ b/charts/akash-inventory-operator/Chart.yaml @@ -17,7 +17,7 @@ type: application # Versions are expected to follow Semantic Versioning (https://semver.org/) # Major version bit highlights the mainnet release (e.g. mainnet4 = 4.x.x, mainnet5 = 5.x.x, ...) -version: 8.0.0 +version: 8.0.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/akash-inventory-operator/templates/deployment.yaml b/charts/akash-inventory-operator/templates/deployment.yaml index 609bfd25..b01b732e 100644 --- a/charts/akash-inventory-operator/templates/deployment.yaml +++ b/charts/akash-inventory-operator/templates/deployment.yaml @@ -33,7 +33,7 @@ spec: resources: limits: cpu: 500m - memory: 512Mi + memory: 1Gi requests: cpu: 100m memory: 128Mi