Skip to content

Commit 8f21a6e

Browse files
authored
Fix kubecost version
1 parent 4301c05 commit 8f21a6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

Lines changed: 2 additions & 2 deletions
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.8.6"
42-
}
41+
default = "2.8.4"
42+
}

0 commit comments

Comments
 (0)