Skip to content

Commit

Permalink
chore: Bump aws-cloudwatch-metrics version to v0.0.9 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
csantanapr authored May 25, 2023
1 parent df50fd2 commit 0325b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ module "aws_cloudwatch_metrics" {
namespace = try(var.aws_cloudwatch_metrics.namespace, "amazon-cloudwatch")
create_namespace = try(var.aws_cloudwatch_metrics.create_namespace, true)
chart = "aws-cloudwatch-metrics"
chart_version = try(var.aws_cloudwatch_metrics.chart_version, "0.0.8")
chart_version = try(var.aws_cloudwatch_metrics.chart_version, "0.0.9")
repository = try(var.aws_cloudwatch_metrics.repository, "https://aws.github.io/eks-charts")
values = try(var.aws_cloudwatch_metrics.values, [])

Expand Down

0 comments on commit 0325b10

Please sign in to comment.