The AWS Observability Helm Charts repository contains Helm charts to provide easy mechanisms to setup the CloudWatch Agent and other collection agents to collect telemetry data such as metrics, logs and traces to send to AWS monitoring services.
Apache License 2.0
9
stars
17
forks
source link
Fixing checkout action of helm chart release GHA #28
See https://github.com/helm/chart-releaser-action/issues/13 and https://github.com/helm/chart-releaser-action/issues/36
Description of changes: Helm chart releaser action was unable to release the helm chart because it could not detect any changes in git history, this is because git rev-list --max-parents=0 --first-parent HEAD is expecting the full git history for the branch. So anyone using the checkout action will have this issue. Also the releaser action has example here https://github.com/helm/charts-repo-actions-demo/blob/main/.github/workflows/release.yaml
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.