#helm (2020-10)
Archive: https://archive.sweetops.com/helm/
2020-10-02
Hi! Me and my team are working at packaging out app into several helm charts linked with an umbrella chart. We have several services depending on others and need to pass secrets and values between them. The only ways we found was using global variables or common naming convention. Do you see any other ways that could ease this values sharing? Also we would like to avoid duplicating all the values, any insights? Thanks!
I know you’re already a #helmfile power user… so probably not much I can do to sway you. Why the umbrella chart as opposed to using a helmfile with multiple releases? Move the value calculations and secrets into helmfile (which can talk natively to SSM, ASM, Vault, Terraform state, etc) instead and pass them between releases that way.
We though about using helm cause of ease of install and configuration from the client side, any easy alternatives?
2020-10-06
2020-10-20
https://helm.sh/blog/helm-turns-five/ — GitHub to take over hosting Helm stable
and incubator
.
Helm - The Kubernetes Package Manager.
Interesting… but still looks like deprecation is happening
Helm - The Kubernetes Package Manager.
Curated applications for Kubernetes. Contribute to helm/charts development by creating an account on GitHub.
Still quite confused. Could we continue using <https://charts.helm.sh/stable>
? We’ve already migrated, but there are some charts we want to use which don’t have a new home yet.