From 4652611fe737079cc4b3e574caa3e2cdd9a7a0a4 Mon Sep 17 00:00:00 2001 From: Vlad Bologa Date: Thu, 18 Dec 2025 17:28:49 +0200 Subject: [PATCH] Fix Helm deployments --- internal/deployer/deploy_via_helm.go | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/internal/deployer/deploy_via_helm.go b/internal/deployer/deploy_via_helm.go index c6b8f0b0..a63e639d 100644 --- a/internal/deployer/deploy_via_helm.go +++ b/internal/deployer/deploy_via_helm.go @@ -327,10 +327,8 @@ func (d *Deployer) getCentralResourcesHelm(resourcesName string) map[string]inte }, }, "scanner": map[string]interface{}{ - "resources": centralScannerResourcesSmall, - "dbResources": map[string]interface{}{ - "resources": centralScannerDbResourcesSmall, - }, + "resources": centralScannerResourcesSmall, + "dbResources": centralScannerDbResourcesSmall, }, "scannerV4": map[string]interface{}{ "indexer": map[string]interface{}{ @@ -353,10 +351,8 @@ func (d *Deployer) getCentralResourcesHelm(resourcesName string) map[string]inte }, }, "scanner": map[string]interface{}{ - "resources": centralScannerResourcesMedium, - "dbResources": map[string]interface{}{ - "resources": centralScannerDbResourcesMedium, - }, + "resources": centralScannerResourcesMedium, + "dbResources": centralScannerDbResourcesMedium, }, "scannerV4": map[string]interface{}{ "indexer": map[string]interface{}{