Skip to content

0dragosh/library-charts

 
 

Repository files navigation

Library Charts

Most of our application Helm charts consume our Common library Helm chart.

Background

In Helm 3, their team introduced the concept of a Library chart.

A library chart is a type of Helm chart that defines chart primitives or definitions which can be shared by Helm templates in other charts. This allows users to share snippets of code that can be re-used across charts, avoiding repetition and keeping charts DRY.

The common library was created because we saw many charts requiring only a few select configuration options in their Helm charts.

In order to stay somewhat DRY (Don't Repeat Yourself) and keeping with Helm 3 usage for a Library chart, we saw this pattern and decided it was worth it for us to create a library. This means each one of these app charts has a dependency on what we call the common library.

Changelog

To view the changelog for the common library see here.

Support

We have a few outlets for getting support with our projects:

About

Helm library charts for the k8s@home Helm charts

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 53.6%
  • Smarty 43.4%
  • Shell 2.1%
  • Dockerfile 0.9%