Hello communinity!
I am new to Bitbucket pipes for Bitbucket pipelines deployment of helm charts to EKS.
I want to use Bitbucket pipes.
My helm charts has folders for addons having aws-load-balancer-controller, external-dns, and loki.
It also has other folders for helmcharts application-sets and clusters-boosrap.
I do want to know is there any suitable existing Bitbucket Pipes for helm charts deployments using Bitbucket pipelines
I created a pipe for this some years ago. I tried to contribute it to Atlassian but they did not accept contributions from individuals.
Maybe you want to give it a try:
Hello @tope awolowo and welcome to the Community!
The only currently available Helm deploy pipe is for Azure Kubernetes service, as you can check below :
A pipe that uses a Helm to interact with a Kubernetes cluster running on Azure Kubernetes Service
Unfortunately, there's currently no equivalent version for Helm deployment on AWS EKS. If you are looking for EKS deployment, you might want to check atlassian/aws-eks-kubectl-run as well, as it might be applicable to your use case.
However, if your requirement is to leverage Helm with EKS, you can either Write your own pipe for Bitbucket Pipelines, or I can create a feature request for our development team to implement a pipe that supports that deployment. Let me know if you would like me to create that feature request for you :)
Thank you, @tope awolowo !
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @steven ,
I went ahead and raised the feature request :
Feel free to add your Vote there and mark yourself as a watcher to be notified of any updates on that ticket.
Thank you!
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.