MChorfa / porter-helm3

porter-helm3
Apache License 2.0
8 stars 10 forks source link

helm mixin installs a hardcoded version of kubectl #54

Open kurktchiev opened 8 months ago

kurktchiev commented 8 months ago

The version of kubectl being installed is: a) hardcoded b) should not be something this plugin installs

https://github.com/MChorfa/porter-helm3/blame/b6e6f54951eba5327c6070f3b3bd987793f0f56a/pkg/helm3/build.go#L86

MChorfa commented 7 months ago

This was done to prevent the mixin failling if the kubernetes mixin wasn't installed on the host machine. Will investigate a way to mitigate this