VERY simple helm chart for installing pinchflat.
I use the default image for pinchflat. For more information, check out the repo/docs
- actually use
helmdefault values like.Chart.Namefor various fields. - probably a lot more; general things required for productionization.
- migrate towards using
StatefulSets actually use github actions properly. I currently run✅makelocally and it "just works" tmcreate a config map for configurations✅ supporting both/downloadsand/configas of0.2.4
I have no idea how to use github actions to update/push charts and runmakelocally (seeMakefilefor the build process). This runs the helm release plugin and pushes the chart tar files up, which then triggers the gh-pages build. That being said, this would ideally be completely replaced via GitHub actions, but I currently don't have time. Would love a PR implementing this 😍 I understand that having the build process public is important for trust/auditing, so apologies for not having this in place!- I highly dislike helm so never got around to learning "best-practices", especially around things like
.Chart.Namebuilt-in vars. Would love help with standardizing some things, without over-complicating the chart itself.
- What's the long term plan for this repo? I personally use this chart in my home k8s cluster so I will update it based on my own use cases. I do get GitHub notifications through a variety of means/ways so PRs/contributions are welcome!
- Why this repo? Where's the official chart? per @kieraneglin here, an official helm chart is not in the works. That being said, this tool is great so I'm happy to provide support in my spare time!