Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

curuvija/charts

Repository files navigation

⚠️ ** Under development. For my personal use while I'm learning. Use it on your own risk.**

Helm charts development facts

  • each Helm chart is stored inside source folder in its own folder
  • each Helm chart is created out of starter Helm chart stored in source/starter
  • helm charts are published in this repo, as releases
  • here in GitHub pages you can find instructions how to use it
  • documentation is generated using helm-docs
  • full process of publishing is delegated to nyx with tasks defined inside Taskfile.yaml
  • for now publishing process is still manual since I didn't find time to automate it and there are a few issues with the setup
  • use task release definition to understand publishing process (and run tasks manually one by one when publishing)