RoadieHQ / kubewise

Get Helm notifications in your team chat
Apache License 2.0
59 stars 6 forks source link

Support for legacy Helm v2 #55

Closed nodesocket closed 1 year ago

nodesocket commented 3 years ago

Does kubewise work with Helm version 2? We, for various reasons cannot upgrade our Helm to version 3. Will this work with Helm v2?

The first thing that is breaking trying to install is Error: apiVersion 'v2' is not valid. The value must be "v1". Perhaps a legacy Helm v1 version can be maintained?

dtuite commented 3 years ago

Hi @nodesocket . Helm 2 is currently not supported and there are no plans to add support. Sorry!

nodesocket commented 3 years ago

I could be wrong, but typically everything that works on Helm 3 works on Helm 2. The big breaking thing is just setting the apiVersion here:

https://github.com/RoadieHQ/kubewise/blob/master/helm_chart/Chart.yaml#L1

Would you be open to hosting a Helm 2 supported Chart?

nodesocket commented 1 year ago

We upgraded to Helm 3.