I need to deploy an application to AWS by creating helm chart using jenkins pipeline.
I wrote the following stages :
clone source code
build the image
publish docker image in dockerhub
create the helm chart
Now I need to deploy it in AWS. How can I use helm in Jenkins pipeline, and how to deploy the image to AWS?
I am currently a beginner in kubernetes and helm. So I don't understand how to deploy it