Closed joodlehammond closed 2 years ago
Example error:
Error: Chart not found: ***.dkr.ecr.eu-west-1.amazonaws.com/some-cha...
Good find and thanks for the PR. Looks good. I would like to test myself today and will get merged.
Merged. New changes are included in release @v4.1.0
Thanks for your work on this action, it's the first one i've found to allow OCI registries (and therefore... AWS ECR!)
However, you are using this command to extract the full name of the chart reference:
Which works for small URLs, but for really long urls/chart names, this won't work. This is because helm cuts off the end of the string you are parsing for when listing the charts
This results in the
FULLPACKAGEREF
value being set to1234567823910.dkr.ecr.eu-west-1.amazonaws.com/some-cha...
, which will fail the following step as the url is not valid: