helm-charts

(★ 77)

My collection of Helm charts.

File Explorer

  • .gitignore
  • .gitmodules
  • .helmignore
  • .pre-commit-config.yaml
  • .shellcheckrc
  • .yamllint
  • chart_schema.yaml
  • Gemfile
  • init.sh
  • LICENSE
  • README.md
  • Taskfile.yml
  • update.sh

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

helm

View Details ▼

A package manager for Kubernetes.
Some subcommands such as `install` have their own usage documentation.

helm create {{chart_name}}

Create a helm chart:

helm repo add {{repository_name}}

Add a new helm repository:

helm repo {{[ls|list]}}

List helm repositories:

🔍

pre-commit

View Details ▼

Create Git hooks that run before commits.

pre-commit install

Install pre-commit into your Git hooks:

pre-commit run

Run pre-commit hooks on all staged files:

pre-commit run --all-files

Run pre-commit hooks on all files, staged or unstaged:

# Project Badges

// repository documentation