diff --git a/cost-analyzer/values-eks-cost-monitoring.yaml b/cost-analyzer/values-eks-cost-monitoring.yaml index 75181b4ba..1eece0085 100644 --- a/cost-analyzer/values-eks-cost-monitoring.yaml +++ b/cost-analyzer/values-eks-cost-monitoring.yaml @@ -18,7 +18,7 @@ kubecostModel: image: public.ecr.aws/kubecost/cost-model forecasting: - fullImageName: public.ecr.aws/kubecost/kubecost-modeling:v0.1.18 + fullImageName: public.ecr.aws/kubecost/kubecost-modeling:v0.1.19 networkCosts: image: diff --git a/cost-analyzer/values.yaml b/cost-analyzer/values.yaml index aedac7522..c94cc9592 100644 --- a/cost-analyzer/values.yaml +++ b/cost-analyzer/values.yaml @@ -1508,7 +1508,7 @@ forecasting: # fullImageName overrides the default image construction logic. The exact # image provided (registry, image, tag) will be used for the forecasting # container. - fullImageName: gcr.io/kubecost1/kubecost-modeling:v0.1.18 + fullImageName: gcr.io/kubecost1/kubecost-modeling:v0.1.19 imagePullPolicy: IfNotPresent # Resource specification block for the forecasting container. diff --git a/kubecost.yaml b/kubecost.yaml index ac9cc1b9d..1440d5dde 100644 --- a/kubecost.yaml +++ b/kubecost.yaml @@ -23569,7 +23569,7 @@ spec: restartPolicy: Always containers: - name: forecasting - image: gcr.io/kubecost1/kubecost-modeling:v0.1.16 + image: gcr.io/kubecost1/kubecost-modeling:v0.1.19 volumeMounts: - name: tmp mountPath: /tmp