From 7d3214ac4589611a2035389dd0b9dbb54254a9d1 Mon Sep 17 00:00:00 2001 From: Tim Birkett Date: Wed, 7 Feb 2024 11:46:23 +0000 Subject: [PATCH] empty limits on scanner --- charts/scan-controller/Chart.yaml | 2 +- charts/scan-controller/values.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/scan-controller/Chart.yaml b/charts/scan-controller/Chart.yaml index 8bb7427..bbb7af3 100644 --- a/charts/scan-controller/Chart.yaml +++ b/charts/scan-controller/Chart.yaml @@ -15,7 +15,7 @@ type: application # 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: 0.1.3 +version: 0.1.4 # 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/scan-controller/values.yaml b/charts/scan-controller/values.yaml index 2e6fee0..7565ed4 100644 --- a/charts/scan-controller/values.yaml +++ b/charts/scan-controller/values.yaml @@ -66,7 +66,6 @@ scanner: prometheusExporterPort: 10445 resources: - limits: {} requests: cpu: 2 memory: 14Gi