Skip to content

A Buildkite Agent Charts repository for Helm

License

Notifications You must be signed in to change notification settings

AlexxNica/charts-4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Buildkite Helm Charts Repository

The official Buildkite Agent Charts repository for Helm, the package manager for Kubernetes.

Getting Started

Install chart

To install chart from Helm charts upstream with the release name bk-agent:

$ help repo update
$ helm install stable/buildkite --name bk-agent --namespace buildkite --set agent.token="BUILDKITE_AGENT_TOKEN"

Also you can install chart by cloning this repo:

$ git clone git@github.com:buildkite/charts.git
$ cd charts

And then install the chart with the release name bk-agent:

$ helm install buildkite --name bk-agent --namespace buildkite --set agent.token="BUILDKITE_AGENT_TOKEN"

Check Agent chart readme for more customisation options.

You’ve now got Buildkite Agents running on your Kubernetes cluster! 🎉

Thanks ❤️

Copyright

Copyright (c) 2017 Buildkite Pty Ltd. See LICENSE for details.

About

A Buildkite Agent Charts repository for Helm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 75.4%
  • Smarty 24.6%