I am using bitbucket pipelines to build my gradle project , dockerize the app, upload the docker image using AWS ECR pipe and finally deploy the docker image into AWS EKS using pipe. Now I want to utilize helm chart to deploy my app into EKS cluster and I couldn't find any support or example or any plugin/pipe to achieve the same.
Can anybody help me how to achieve the same?
Thanks,
Vinay
I created a pipe for this some years ago. I tried to contribute it to Atlassian but they did not accept contributions from individuals.
As of now using custom docker image only seems to be a solution.
https://hub.docker.com/r/alpine/helm/tags
example pipeline: https://github.com/FairwindsOps/rok8s-scripts/blob/master/examples/ci/bitbucket-pipelines.yml
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have gone through this before posting, that solution doesn't cut it for me. Anyway I created a shell script to get executed with list of aws cli, kubectl and helm install commands to complete the deployment.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vinay, I want to use helm in pipeline too (although my need is only to run `helm template` command). Could you please share your shell script and/or bitbucket-pipelines.yml file with the helm commands to deploy on k8s cluster?
That would be very nice of you and very helpful for me :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.