appany / helm-oci-chart-releaser

Push Helm Charts to OCI-based registries
MIT License
59 stars 13 forks source link

'No such file' error when attempting helm push #16

Closed ryan-grenz-evelyn closed 2 months ago

ryan-grenz-evelyn commented 2 months ago

Describe the bug I am trying to push a newly built helm chart package into my OCI chart repo, however it is giving me an error 'no such file' when attempting the push.

You can see the package being built in 1 location, but the helm push command does not have the full path.

I am using the latest helm version and have tried previous versions, but it feels like the helm push command needs the full path to work properly? I can't help thinking this must affect everyone using this action, so I am wonder is it just something I am doing wrong?

ryan-grenz-evelyn commented 2 months ago

I'm dumbass - its my fault - no worries, please delete (i had the chart name configured wrong in the helm chart itself)