mittwald / go-helm-client

Go client for accessing the Helm package manager
MIT License
240 stars 100 forks source link

Add support for IgnoreNotFound in ChartSpec #180

Open Magic-Mayo opened 1 year ago

Magic-Mayo commented 1 year ago

The helm.sh/helm/v3 package has recently added this option on action.Uninstall and I think it would be a good idea to add support for the option here. This will also require upgrading helm.sh/helm/v3 to at least version 3.12.3 as that is where the option was added.

Magic-Mayo commented 1 year ago

I am willing to add the option and submit a PR but am a little weary of upgrading the helm.sh/helm/v3 package as it seems it introduces quite a few changes.

YannickZ commented 1 year ago

+1, this would be great!