Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 777 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 777 Bytes

Presequence

Assuming your cluster already have tekton installed.

Run this config to override default configs for tekton pipelines.

kubectl apply -f extra/config-defaults.yml

Pipelines

CPPC (Clone, Package & Push Helm charts)

CPPC Pipeline will clone a repository where a helm chart is located, packages the helm chart and push to the desired registry.

...

Install Helm chart from URL

helm-upgrade-from-repo Pipeline will deploy your helm package from repo url.

...

Clone & install Helm chart

helm-upgrade-from-source Pipeline will clone a repository where a Helm chart source code is located, and install it to the cluster.

...