This is going to cause some disruptions. What are the alternatives out there to bitnami charts?
Broadcom to discontinue free Bitnami Helm charts
21–30 of 142 posts
Re: Broadcom to discontinue free Bitnami Helm charts
#22Maybe this will finally break me of my habit of using helm charts, period.
Re: Broadcom to discontinue free Bitnami Helm charts
#23Maybe this will finally break me of my habit of using helm charts, period.
Why do you want to stop using helm charts? Genuine question, as I'm new to Kubernetes and helm.
Re: Broadcom to discontinue free Bitnami Helm charts
#24Earlier quoted context omitted.
Why do you want to stop using helm charts? Genuine question, as I'm new to Kubernetes and helm.
Write a few Helm charts and you'll understand why people want to stop using it. `nindent` will become a curse word in your vocabulary. It's a fine tool at the user level, but the DX is an atrocity.
Re: Broadcom to discontinue free Bitnami Helm charts
#25Re: Broadcom to discontinue free Bitnami Helm charts
#26This is going to cause some disruptions. What are the alternatives out there to bitnami charts?
Re: Broadcom to discontinue free Bitnami Helm charts
#27Maybe this will finally break me of my habit of using helm charts, period.
Why do you want to stop using helm charts? Genuine question, as I'm new to Kubernetes and helm.
Re: Broadcom to discontinue free Bitnami Helm charts
#28Earlier quoted context omitted.
Why do you want to stop using helm charts? Genuine question, as I'm new to Kubernetes and helm.
Write a few Helm charts and you'll understand why people want to stop using it. `nindent` will become a curse word in your vocabulary. It's a fine tool at the user level, but the DX is an atrocity.
Re: Broadcom to discontinue free Bitnami Helm charts
#29That's fine , their repmgr postgres repository was a joke.
Re: Broadcom to discontinue free Bitnami Helm charts
#30Earlier quoted context omitted.
Why do you want to stop using helm charts? Genuine question, as I'm new to Kubernetes and helm.
Consuming one that is well written isn't too much pain, IME. But writing or modifying one can be really annoying. Aiui the values.yaml has no type schema, just vibes. The whole thing is powered off using text templating with yaml (a whitespace sensitive language), which is error prone and often hard to read. That's basically the main issues in a nutshell, it may not sound like much, but helm doesn't exactly do a whol…