From d26339e16d1f43ff0292e709f42153f5950aaf3e Mon Sep 17 00:00:00 2001 From: Avinash K N <57520328+avinashkna4@users.noreply.github.com> Date: Thu, 24 Aug 2023 19:55:28 +0530 Subject: [PATCH] Update k8smetrics_agent.go Signed-off-by: Avinash K N <57520328+avinashkna4@users.noreply.github.com> --- agent/kubviz/k8smetrics_agent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/kubviz/k8smetrics_agent.go b/agent/kubviz/k8smetrics_agent.go index cffd5193..d5f1865e 100644 --- a/agent/kubviz/k8smetrics_agent.go +++ b/agent/kubviz/k8smetrics_agent.go @@ -151,7 +151,7 @@ func main() { } } }() - wg.Add(9) // Initialize the WaitGroup for the seven goroutines + wg.Add(8) // Initialize the WaitGroup for the seven goroutines // ... start other goroutines ... go outDatedImages(config, js, &wg, outdatedErrChan) go KubePreUpgradeDetector(config, js, &wg, kubePreUpgradeChan)