You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

github.com/k8s-at-home/library-charts

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/k8s-at-home/library-charts

v0.0.0-20220802140556-1b8b81ceb368
Source
Go
Version published
Created
Source

Library Charts

Helm charts

All Contributors

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:

  • Visit our Docs.
  • Bugs or feature requests should be opened in an issue.
  • Questions or comments should be discussed in our Discord or via GitHub discussions.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs

💻

ᗪєνιη ᗷυнʟ

💻

Angel Nunez Mencias

💻

Winston R. Milling

💻

Nicholas St. Germain

💻

billtomturner

💻

jr0dd

💻

Allen Porter

📖

Alex Babel

💻

Cian Gallagher

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

FAQs

Package last updated on 02 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts