From 77f577ea374146bb25183556631f86e414c7e271 Mon Sep 17 00:00:00 2001 From: Cliff Colvin Date: Thu, 12 Sep 2024 21:01:25 +0000 Subject: [PATCH] Merge pull request #3662 from kubecost/bump-network-costs-0.17.6 bump network-costs 0.17.6 --- cost-analyzer/values-eks-cost-monitoring.yaml | 2 +- cost-analyzer/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cost-analyzer/values-eks-cost-monitoring.yaml b/cost-analyzer/values-eks-cost-monitoring.yaml index 2c0bdc143..c4027687e 100644 --- a/cost-analyzer/values-eks-cost-monitoring.yaml +++ b/cost-analyzer/values-eks-cost-monitoring.yaml @@ -23,7 +23,7 @@ forecasting: networkCosts: image: repository: public.ecr.aws/kubecost/kubecost-network-costs - tag: v0.17.5 + tag: v0.17.6 clusterController: image: diff --git a/cost-analyzer/values.yaml b/cost-analyzer/values.yaml index 6704fc267..a1d82a3bb 100644 --- a/cost-analyzer/values.yaml +++ b/cost-analyzer/values.yaml @@ -2257,7 +2257,7 @@ networkCosts: enabled: false image: repository: gcr.io/kubecost1/kubecost-network-costs - tag: v0.17.5 + tag: v0.17.6 imagePullPolicy: IfNotPresent updateStrategy: type: RollingUpdate