Skip to content

Centralized Helm Chart Repository for a Variety of Charts

License

Notifications You must be signed in to change notification settings

TektonOps/charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm Charts

Usage

  1. Add this helm chart repo to your helm client configuration

    helm repo add tektonops https://charts.tektonops.com
    
    
    
  2. Update repo and search

    helm repo update
    helm search repo -l tektonops
    
    
  3. Install the chart

    helm install act-runner tektonops/act-runner --set runner.runnerToken.value=<runner registration tokent>
    
  4. Uninstall

    helm uninstall act-runner