From f931a06f2741a884ba74bb24312ecbffaf8336b8 Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Thu, 29 Dec 2022 07:01:59 +0300 Subject: [PATCH] Increase operator memory limit to 60Mi Signed-off-by: Oleg Pykhalov --- charts/fluent-operator/Chart.yaml | 2 +- charts/fluent-operator/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/fluent-operator/Chart.yaml b/charts/fluent-operator/Chart.yaml index 742e435bb..78ce7cb1b 100644 --- a/charts/fluent-operator/Chart.yaml +++ b/charts/fluent-operator/Chart.yaml @@ -15,7 +15,7 @@ description: A Helm chart for Kubernetes # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.7.0 +version: 1.7.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/fluent-operator/values.yaml b/charts/fluent-operator/values.yaml index bd017df81..530ea4441 100644 --- a/charts/fluent-operator/values.yaml +++ b/charts/fluent-operator/values.yaml @@ -17,7 +17,7 @@ operator: resources: limits: cpu: 100m - memory: 30Mi + memory: 60Mi requests: cpu: 100m memory: 20Mi