In this blog post I will describe how to setup a simple CD pipeline using Knative pipeline. The pipeline takes a helm chart from a git repository and performs the following steps: it builds three docker images using Kaniko it pushes the built images to a private container registry it deploys the chart against a […]