Skip to content

Commit

Permalink
Force use 1.8.0 (#129)
Browse files Browse the repository at this point in the history
*Issue description:*
Use released helm version to avoid canary failure.

Commit picked from
aws-observability/helm-charts#57.

Verified
```
amazon-cloudwatch-observability % pwd
/Users/zmengyi/go/src/github.com/aws-observability/helm-charts/charts/amazon-cloudwatch-observability
amazon-cloudwatch-observability % git reset --hard e0e99c77f69ef388b0ffce769371f7c735a776e4
HEAD is now at e0e99c7 release 1.8.0 (#57)
```

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
  • Loading branch information
bjrara authored Jul 23, 2024
1 parent b1010c9 commit b3d7e7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion terraform/java/k8s/deploy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ resource "null_resource" "deploy" {
git clone https://github.com/aws-observability/helm-charts -q
cd helm-charts/charts/amazon-cloudwatch-observability/
git reset --hard e0e99c77f69ef388b0ffce769371f7c735a776e4
echo "LOG: Installing CloudWatch Agent Operator using Helm"
helm upgrade --install --debug --namespace amazon-cloudwatch amazon-cloudwatch-operator ./ --create-namespace --set region=${var.aws_region} --set clusterName=k8s-cluster-${var.test_id}
Expand Down Expand Up @@ -150,4 +151,4 @@ resource "null_resource" "deploy" {
EOF
]
}
}
}
3 changes: 2 additions & 1 deletion terraform/python/k8s/deploy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ resource "null_resource" "deploy" {
echo "LOG: Cloning helm charts repo"
git clone https://github.com/aws-observability/helm-charts.git -q
cd helm-charts/charts/amazon-cloudwatch-observability
git reset --hard e0e99c77f69ef388b0ffce769371f7c735a776e4
echo "LOG: Installing CloudWatch Agent Operator using Helm"
helm upgrade --install --debug --namespace amazon-cloudwatch amazon-cloudwatch-operator ./ --create-namespace --set region=${var.aws_region} --set clusterName=k8s-cluster-${var.test_id}
Expand Down Expand Up @@ -149,4 +150,4 @@ resource "null_resource" "deploy" {
EOF
]
}
}
}

0 comments on commit b3d7e7c

Please sign in to comment.