Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

chef-boneyard/builder-brigade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived Repository

This repository has been archived and will no longer receive updates. It was archived as part of the Repository Standardization Initiative. If you are a Chef customer and need support for this repository, please contact your Chef account team.

Builder Brigade: A service for syncing package update with kubernetes managed habitat services

This is the repo for a brigade service that syncs package updates between builder and kubernetes.

In it's current state it is ONLY FOR DEMO PURPOSES. The pattern we use currently is to deploy the cron gateway alongside the builder brigade service. The cron gateway will trigger the run of the builder-brigade service on a user defined interval.

Usage

Clone this repository and then:

$ cd builder-brigade
$ helm repo add brigade https://azure.github.io/brigade
$ helm init
$ helm install -n brigade brigade/brigade
$ helm install -n builder-brigade brigade/brigade-project -f project.yml
$ helm install -n brigade-cron ./charts/brigade-cron -f charts/values.yml

If your cluster has RBAC enabled, append --set rbac.enabled=true to the end of the second install command, like so:

$ helm install -n builder-brigade -f values.yml --set rbac.enabled=true

Testing changes

$ brig run -f brigade.js -e pkg_check habitat/builder-brigade

About

Archived from habitat-sh/builder-brigade - This repository contains the code for the Builder + K8s integration service. It leverages brigade to execute via cron gateway

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors