#helm (2020-10)

Archive: https://archive.sweetops.com/helm/

2020-10-02

zadkiel avatar
zadkiel

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!

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

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.

zadkiel avatar
zadkiel

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

Matt Gowie avatar
Matt Gowie

https://helm.sh/blog/helm-turns-five/ — GitHub to take over hosting Helm stable and incubator.

Helm Turns 5, and GitHub Gives the Gift of Charts

Helm - The Kubernetes Package Manager.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Interesting… but still looks like deprecation is happening

Helm Turns 5, and GitHub Gives the Gift of Charts

Helm - The Kubernetes Package Manager.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
helm/charts

Curated applications for Kubernetes. Contribute to helm/charts development by creating an account on GitHub.

Andrew Nazarov avatar
Andrew Nazarov

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.

2020-10-21

    keyboard_arrow_up