/helm-charts

Open Source Helm charts library for K8s apps deployment

Primary LanguageMustacheMIT LicenseMIT

drawing
leverage

helm-charts

GitHub followers GitHub forks GitHub stars GitHub watchers

Overview

This is BinBash' Helm Charts repository.

Files Structure

  • charts/ => This is where you can find the charts code.
  • packages/index.yaml => The index of the repository. It has information about all available charts.
  • Makefile => A simple helper for typical tasks of this Helm repository.

Chart Development Workflow

  • Create your new chart in the charts/ directory or modify an existing chart
  • Make sure you update the Chart.yaml file of your chart to reflect the new version

Chart Release Workflow

  • Lint charts: make lint
  • Package charts: make package
  • Update index file: make index

Release Management

CircleCi PR auto-release job

circleci