Skip to content
/ charts Public
forked from stakater/charts

Stakater OpenSource Helm Charts

Notifications You must be signed in to change notification settings

ciaranj/charts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

charts

Stakater Helm Charts

Release new Chart

  1. Test the chart locally to make sure that it works. Pipeline only checks the linting errors
  2. Create a pull request containing the change
  3. Only change One chart at a time, changing more than one chart will fail the pipeline
  4. When merging the PR into main, use the option Rebase and Merge. DO NOT use the option Merge, otherwise the push pipeline will fail and will not publish the charts

Local Testing

To test the chart locally, go to the chart folder cd stakater/<chart-name> use following commands

Download dependencies:

helm dependency update

Install chart:

helm install <release-name> . -n <namespace>

Uninstall chart:

helm delete <release-name> -n <namespace>

About

Stakater OpenSource Helm Charts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smarty 86.6%
  • Starlark 12.9%
  • Mustache 0.5%