diff --git a/cost-analyzer/values-eks-cost-monitoring.yaml b/cost-analyzer/values-eks-cost-monitoring.yaml index 8ccaf08ca..a300968f9 100644 --- a/cost-analyzer/values-eks-cost-monitoring.yaml +++ b/cost-analyzer/values-eks-cost-monitoring.yaml @@ -23,6 +23,7 @@ forecasting: networkCosts: image: repository: public.ecr.aws/kubecost/kubecost-network-costs + tag: v0.17.5 clusterController: image: diff --git a/cost-analyzer/values.yaml b/cost-analyzer/values.yaml index 8e4466553..83999aab4 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.3 + tag: v0.17.5 imagePullPolicy: IfNotPresent updateStrategy: type: RollingUpdate