This message was deleted.
# general
s
This message was deleted.
b
hi, which chart are you installing? this usually means there's a helm hook in the chart: https://helm.sh/docs/topics/charts_hooks/ as you can see on that page, this particular hook was removed in helm v3
s
according to the documentation it supports helm3 (beta)
however I tried with v2 in pulumi and I get the same error 😕
also there is a "crds" subdirectory
which is probably there to support helm v2 users
s
but why does it give the same error when I use v2 in pulumi?
b
we don't differentiate between helm v2 and v3 at the moment (there's an upcoming change which will modify that), we just shell out to the installed
helm
cli on your machine
s
okok
but since the chart is compatible with helm 3 it should just work fine 🙂
b
yeah it's just telling you it's ignoring a hook that it can't do anything with 🙂