Skip to content

liturgical-app/charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Liturgical Helm Charts

Welcome to the documentation for the Liturgical Helm charts project. These Helm charts install Liturgical components.

Getting started

Helm must be installed to use the charts in this repository.

Refer to Helm's documentation to get started.

Installation

helm repo add liturgical https://liturgical-app.github.io/charts/
helm repo update liturgical

You can then run helm search repo liturgical to search the charts.

Updating

I recommend you subscribe to release notifications so you know when there are chart updates.

  1. Click the arrow next to the Watch button in the top-right corner of the Github project
  2. Click Custom
  3. Tick Releases
  4. Click Apply

There's also a great tool called nova which can check your installed charts for available updates.

nova find --format table --show-old

Contributing

Contributions are always welcome, either for new features, or bug fixes. To contribute code, fork this repo, submit a PR, and make sure the CI tests are passing.