From a14bb9a0ec2b482685552c5d742f2912434aca72 Mon Sep 17 00:00:00 2001 From: Matt Bolt Date: Tue, 3 Oct 2023 13:09:54 -0400 Subject: [PATCH] Update Network Costs to 0.17.0 This is the first production release of the Rust network-costs implementation, which has feature parity with the Go version, utilizes 50% less CPU, a much more efficient memory model, and can process connections about 2x-3x faster. --- cost-analyzer/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cost-analyzer/values.yaml b/cost-analyzer/values.yaml index 993e09d6a..8458e127a 100644 --- a/cost-analyzer/values.yaml +++ b/cost-analyzer/values.yaml @@ -755,7 +755,7 @@ networkCosts: enabled: false podSecurityPolicy: enabled: false - image: gcr.io/kubecost1/kubecost-network-costs:v0.16.8 + image: gcr.io/kubecost1/kubecost-network-costs:v0.17.0 imagePullPolicy: Always updateStrategy: type: RollingUpdate