Skip to content

Commit

Permalink
Bump Kubecost version
Browse files Browse the repository at this point in the history
EKS version 1.25+ breaks cost-model container
issue makes pod unhealthy because of error:
```
HorizontalPodAutoscaler v2beta1 is deprecated
```
ref: tektoncd/pipeline#5128
  • Loading branch information
olegTarassov committed May 17, 2023
1 parent a56919d commit 1f4d095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/kubernetes-addons/kubecost/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module "helm_addon" {
name = "kubecost"
chart = "cost-analyzer"
repository = "oci://public.ecr.aws/kubecost"
version = "1.97.0"
version = "1.103.3"
namespace = "kubecost"
values = [file("${path.module}/values.yaml")]
create_namespace = true
Expand Down
2 changes: 1 addition & 1 deletion modules/kubernetes-addons/kubecost/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ global:
enabled: false
proxy: false

imageVersion: prod-1.97.0
imageVersion: prod-1.103.3
kubecostFrontend:
image: public.ecr.aws/kubecost/frontend

Expand Down

0 comments on commit 1f4d095

Please sign in to comment.