Skip to content

Commit a80b0d6

Browse files
committed
Fix kubecost version
1 parent 5b3c77f commit a80b0d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • manifests/modules/observability/kubecost/.workshop/terraform

manifests/modules/observability/kubecost/.workshop/terraform/vars.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ variable "kubecost_chart_version" {
3838
description = "The chart version of kubecost to use"
3939
type = string
4040
# renovate-helm: depName=cost-analyzer registryUrl=https://kubecost.github.io/cost-analyzer
41-
default = "2.9.6"
41+
default = "2.8.6"
4242
}

0 commit comments

Comments
 (0)