Skip to content

rojanDinc/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm charts

This repository contains Helm charts for Kubernetes deployments.

Documentation

All charts are automatically documented using helm-docs. Each chart includes an auto-generated README.md file with configuration options and usage examples.

Updating a chart

  1. Update the Chart.yaml file with the new version.
  2. Regenerate the chart documentation.
helm-docs --chart-search-root=charts
  1. Package the new chart.
helm package charts/<chart>
  1. Move the tgz file to the docs/ directory.

Now we need to update the charts index file by running:

helm repo index docs --url https://rojandinc.github.io/helm-charts
  1. Commit and push the changes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors