Skip to content

Commit

Permalink
Update kubecost.yaml to target v0.1.22 of the kubecost-modeling image (
Browse files Browse the repository at this point in the history
…#3879)

* Update kubecost.yaml to target v0.1.21 of the kubecost-modeling image

Signed-off-by: Neal Ormsbee <[email protected]>

* Update kubecost.yaml to target v0.1.22 of the kubecost-modeling image

Signed-off-by: Neal Ormsbee <[email protected]>

* Update values.yaml's reference to kubecost-modeling image as well

Signed-off-by: Neal Ormsbee <[email protected]>

---------

Signed-off-by: Neal Ormsbee <[email protected]>
Co-authored-by: Neal Ormsbee <[email protected]>
  • Loading branch information
nealormsbee and Neal Ormsbee authored Feb 14, 2025
1 parent 8c5c4bd commit 165a51f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cost-analyzer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1555,7 +1555,7 @@ forecasting:
fullImageName: ""
image:
repository: gcr.io/kubecost1/kubecost-modeling
tag: v0.1.19
tag: v0.1.22
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.19
image: gcr.io/kubecost1/kubecost-modeling:v0.1.22
volumeMounts:
- name: tmp
mountPath: /tmp
Expand Down

0 comments on commit 165a51f

Please sign in to comment.