How to use HELM with Containerized Jenkins in Kubernetes cluster

385 views Asked by At

I am implementing CICD with jenkins, Gitea and kaniko on Kubernetes cluster. Since the Jenkins is containerized, we have used kaniko to build and push the image to GCR registry. Now, I need to update the latest image tag in helm chart values file and install this with helm install on kubernetes cluster as a part of CD.

Somehow, I am not able to install Helm on jenkins container (it doenst allow root) or there is no helm plugin available in jenkins. How can I proceed with using helm in my CICD with containerized jenkins.

0

There are 0 answers