Skip to content

AustrianDataLAB/tekton-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published