We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12d3baa + 3465935 commit 683e218Copy full SHA for 683e218
terraform/k8s-kubecost.tf
@@ -3,7 +3,7 @@ resource "helm_release" "kubecost" {
3
repository = "https://kubecost.github.io/cost-analyzer/"
4
chart = "cost-analyzer"
5
namespace = "kubecost"
6
- version = "2.9.2"
+ version = "2.9.3"
7
8
values = [
9
"${file("../kubernetes/helm/kubecost/values.yaml")}"
0 commit comments