Skip to content

barrelmaker97/charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Helm Chart Library for Kubernetes

Applications I use, ready to launch on Kubernetes using Kubernetes Helm.

TL;DR

helm repo add barrelmaker https://charts.barrelmaker.dev
helm search repo barrelmaker
helm install my-release barrelmaker/<chart>

Installing a chart

Before you begin

Prerequisites

  • Kubernetes 1.12+
  • Helm 3.1.0

Setup a Kubernetes Cluster

For setting up Kubernetes on other cloud platforms or bare-metal servers refer to the Kubernetes getting started guide.

Install Helm

Helm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources.

To install Helm, refer to the Helm install guide and ensure that the helm binary is in the PATH of your shell.

Add Repo

The following command allows you to download and install all the charts from this repository:

helm repo add barrelmaker https://charts.barrelmaker.dev

Using Helm

Once you have installed the Helm client, you can deploy a Helm Chart into a Kubernetes cluster.

Please refer to the Quick Start guide if you wish to get running in just a few commands, otherwise the Using Helm Guide provides detailed instructions on how to use the Helm client to manage packages on your Kubernetes cluster.

Useful Helm Client Commands:

  • View available charts: helm search repo
  • Install a chart: helm install my-release barrelmaker/<package-name>
  • Upgrade your application: helm upgrade

License

Copyright (c) 2024 Nolan Cooper

This chart collection is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This chart collection is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this chart collection. If not, see https://www.gnu.org/licenses/.