Skip to content

millhaus/helm-charts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Acend Helm Charts

This repository contains the acend helm charts. The charts are published as helm repository using github-pages on the main branch from the docs directory.

Development

Use the Chart Version

Package Charts and Deploy

First we want the charts to be well linted:

helm lint ./charts/*

Verify the output and fix errors.

Then let's package the helm charts and move the tgz files into the docs folder

helm package ./charts/* && mv *.tgz docs/

Finally let's create the helm repo index

helm repo index docs --url https://acend.github.io/helm-charts/ 

Test the Chart

To test the Charts run the following command

helm install -n <namespace> --dry-run latest ./charts/acend-training-chart/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smarty 100.0%