Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Helm Chart Installation to download from latest release (#226)
*Issue description:* We need to download Helm Charts from the latest release instead of using the main branch *Description of changes:* Update code to query for the latest release in `https://api.github.com/repos/aws-observability/helm-charts/releases/latest` Unauthenticated Github API request limit are 60/hour. Personal API request limit is 5000/hour. Not sure which one we are using but both options should be safe *Rollback procedure:* Revert Code *Test Run* https://github.com/harrryr/aws-application-signals-test-framework/actions/runs/10785901713 https://github.com/harrryr/aws-application-signals-test-framework/actions/runs/10785837052 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
- Loading branch information