Skip to content

Various Helm charts for my own and other projects

License

Notifications You must be signed in to change notification settings

zoispag/helm-charts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm Charts

GitHub Workflow Status Artifact HUB Kubernetes Version

Various Helm charts for my own and other projects.

Usage

Helm must be installed to use these charts. Please refer to the official documentation to get started.

helm repo add skm https://charts.sagikazarmark.dev

You can then see the charts by running:

helm search repo skm

You can install charts using the following command:

helm install --generate-name skm/CHART
# OR
helm install --name my-release skm/CHART

Tip: List all installed releases using helm list.

To uninstall a chart release:

helm delete my-release

License

The project is licensed under the MIT License.

About

Various Helm charts for my own and other projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Smarty 96.5%
  • Makefile 3.5%