From 56659438e0a58dc43542a275f903e197bde9c0ec Mon Sep 17 00:00:00 2001 From: Mohammad Forutan Date: Tue, 27 Oct 2020 12:55:18 +1100 Subject: [PATCH 1/3] fix aws-cloudwatch-metrics link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8706561b2..6cbf44008 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ helm repo add eks https://aws.github.io/eks-charts * [aws-calico](stable/aws-calico): Install Calico network policy enforcement on AWS ### AWS CloudWatch Metrics -* [aws-cloudwatch-metrics](stable/aws-cloudwatch): A helm chart for CloudWatch Agent to Collect Cluster Metrics +* [aws-cloudwatch-metrics](stable/aws-cloudwatch-metrics): A helm chart for CloudWatch Agent to Collect Cluster Metrics ### AWS for Fluent Bit * [aws-for-fluent-bit](stable/aws-for-fluent-bit): A helm chart for [AWS-for-fluent-bit](https://github.com/aws/aws-for-fluent-bit) From 4583ed81cc3e7d54176bf23f24a7b12bfefeb620 Mon Sep 17 00:00:00 2001 From: Mohammad Forutan Date: Tue, 27 Oct 2020 13:31:55 +1100 Subject: [PATCH 2/3] Update README.md --- stable/aws-cloudwatch-metrics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/aws-cloudwatch-metrics/README.md b/stable/aws-cloudwatch-metrics/README.md index a92490962..0ce4893bb 100755 --- a/stable/aws-cloudwatch-metrics/README.md +++ b/stable/aws-cloudwatch-metrics/README.md @@ -14,7 +14,7 @@ Install or upgrading aws-cloudwatch-metrics chart with default configuration: ```sh helm upgrade --install aws-cloudwatch-metrics \ - --namespace amazon-cloudwatch eks/aws-cloudwatch-metric \ + --namespace amazon-cloudwatch eks/aws-cloudwatch-metrics \ --set clusterName=my-eks-cluster ``` From 4674e362dbcf3c6a69e3a03ff0e4823e25263941 Mon Sep 17 00:00:00 2001 From: Mohammad Forutan Date: Sat, 9 Jan 2021 15:04:11 +1100 Subject: [PATCH 3/3] bump the chart version --- stable/aws-cloudwatch-metrics/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/aws-cloudwatch-metrics/Chart.yaml b/stable/aws-cloudwatch-metrics/Chart.yaml index 44425d41a..705ef7fed 100644 --- a/stable/aws-cloudwatch-metrics/Chart.yaml +++ b/stable/aws-cloudwatch-metrics/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: aws-cloudwatch-metrics description: A Helm chart to deploy aws-cloudwatch-metrics project -version: 0.0.3 +version: 0.0.4 appVersion: "1.247345" home: https://github.com/aws/eks-charts icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png