Skip to content

Commit

Permalink
Merge pull request #3775 from kubecost/bump-modeling-0.1.19
Browse files Browse the repository at this point in the history
bump modeling 0.1.19 fix cve-2024-12254
  • Loading branch information
cliffcolvin authored Jan 6, 2025
2 parents ad216bf + afa7943 commit 5ce3d1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cost-analyzer/values-eks-cost-monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion cost-analyzer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion kubecost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ce3d1e

Please sign in to comment.