Skip to content

open-circle-ltd/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Helm Charts

Helm chart repository for OpenCircle, published via GitHub Pages.

Charts

Chart Description
rails-app-with-database Generic Rails app with DB migrations and optional Sidekiq worker
rails-app-without-database Generic Rails app without database
retro-board Retro Board (based on rails-app-with-database)

Usage

helm repo add open-circle https://open-circle-ltd.github.io/helm-charts
helm repo update

Install a chart:

helm install my-app open-circle/rails-app-with-database -f values.yaml

Releasing

Charts are automatically packaged and published when changes are pushed to main. The chart-releaser-action handles packaging, creating GitHub releases, and updating the gh-pages branch that serves as the Helm repository index.

To release a new version of a chart, bump the version in its Chart.yaml and merge to main.

About

Helm Charts used for deployments of OCC developed Applications

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors