Skip to content

mindovermiles262/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Helm Charts

A repository for helm charts. Uses chart-releaser to automagically build and release charts using Github Actions.

Howto

Create your chart, add it to the charts/ directory:

$ cd charts
$ helm create my-app

Git add and push your chart to main branch. From there the chart-releaser Action will then run to package your chart. It will then use Github pages to "deploy" or "host" the repository.

Add this repository to helm

$ helm repo add mindovermiles262 https://mindovermiles262.github.io/helm-charts/

$ helm repo update

$ helm search repo | grep mindovermiles262

mindovermiles262/app-1                                  0.1.0           1.16.0          A Helm chart for Kubernetes
mindovermiles262/app-2                                  0.1.0           1.16.0          A Helm chart for Kubernetes
mindovermiles262/app-3                                  0.1.0           1.16.0          A Helm chart for Kubernetes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published