diff --git a/cost-analyzer/values-eks-cost-monitoring.yaml b/cost-analyzer/values-eks-cost-monitoring.yaml index afe376ead..8ccaf08ca 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.14 + fullImageName: public.ecr.aws/kubecost/kubecost-modeling:v0.1.15 networkCosts: image: diff --git a/cost-analyzer/values.yaml b/cost-analyzer/values.yaml index 0a375bc34..2ba895af6 100644 --- a/cost-analyzer/values.yaml +++ b/cost-analyzer/values.yaml @@ -2477,7 +2477,7 @@ forecasting: # image provided (registry, image, tag) will be used for the forecasting # container. # Example: fullImageName: gcr.io/kubecost1/forecasting:v0.0.1 - fullImageName: gcr.io/kubecost1/kubecost-modeling:v0.1.14 + fullImageName: gcr.io/kubecost1/kubecost-modeling:v0.1.15 imagePullPolicy: IfNotPresent # Resource specification block for the forecasting container. diff --git a/kubecost.yaml b/kubecost.yaml index 19d57e8b2..2b7f427b8 100644 --- a/kubecost.yaml +++ b/kubecost.yaml @@ -23571,7 +23571,7 @@ spec: restartPolicy: Always containers: - name: forecasting - image: gcr.io/kubecost1/kubecost-modeling:v0.1.14 + image: gcr.io/kubecost1/kubecost-modeling:v0.1.15 volumeMounts: - name: tmp mountPath: /tmp