Skip to content

Commit 683e218

Browse files
authored
Merge pull request #147 from lisenet/renovate-cost-analyzer-2.x
Update Helm release cost-analyzer to v2.9.3
2 parents 12d3baa + 3465935 commit 683e218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/k8s-kubecost.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resource "helm_release" "kubecost" {
33
repository = "https://kubecost.github.io/cost-analyzer/"
44
chart = "cost-analyzer"
55
namespace = "kubecost"
6-
version = "2.9.2"
6+
version = "2.9.3"
77

88
values = [
99
"${file("../kubernetes/helm/kubecost/values.yaml")}"

0 commit comments

Comments
 (0)