Comment # 4 on bug 1208089 from
(In reply to Manfred Hollstein from comment #3)
> (In reply to John Paul Adrian Glaubitz from comment #2)
> > helmfile has not been fixed upstream yet.
> > 
> > I have therefore created an issue for that in the upstream bug tracker:
> > 
> > > https://github.com/roboll/helmfile/issues/2164
> > 
> > The bug will hopefully fixed upstream within the next hours with upstream
> > updating the bundled helm version to 3.11.1 and creating a new upstream
> > release.
> 
> You should add this to
> 
>   https://github.com/helmfile/helmfile
> 
> which is where helmfile's home is now. The old one will not see any updates
> anymore.

Thanks, I will create a bug report there as well.

> What do you mean with "the bundled helm version"? helmfile does not include
> its own helm, but rather requires its existance. I expect the helm version
> in OBS to be fixed by its maintainer.

It actually does. Look at the vendor.tar.gz:

glaubitz@suse-laptop:~/suse/devel:kubic/helmfile> tar tf vendor.tar.gz |grep
helm|head -n10
vendor/helm.sh/
vendor/sigs.k8s.io/kustomize/api/types/helmchartargs.go
vendor/helm.sh/helm/
vendor/helm.sh/helm/v3/
vendor/helm.sh/helm/v3/internal/
vendor/helm.sh/helm/v3/LICENSE
vendor/helm.sh/helm/v3/pkg/
vendor/helm.sh/helm/v3/pkg/chart/
vendor/helm.sh/helm/v3/pkg/cli/
vendor/helm.sh/helm/v3/pkg/getter/
glaubitz@suse-laptop:~/suse/devel:kubic/helmfile>


You are receiving this mail because: