Pushing Helm Chart to ECR

Currently Helm charts are pushing to Artifactory, I want to push my helm chart in ECR registry too.

Hello.

Did your try to connect ECR as a Helm repository and it does not work? is ECR compliant with OCI?

No, I didn’t tried as helm repository. can I get both process, how can setup it by codefresh.

Hello,

You can add an additional freestyle step for the purpose of pushing your helm chart to ECR in addition to your artifactory repo.

Please see the Codefresh steps for custom push steps in helm.
(Hybrid runtime requirements · Codefresh | Docs)

You will need to use an image which as the awscli, and you can make a freestyle step which does the steps outlined in the AWS documentation for pushing a helm chart to ECR.
(Pushing a Helm chart - Amazon ECR)