fairly sure the version needs to omit the `v`
# typescript
w
fairly sure the version needs to omit the
v
f
I thought this might be the issue too, but when I omit the
import
arg on the opts the resource is created with the same set of params (so
version: 'v1.1.0'
). I have the impression imports haven't been implemented yet for this kind of resource.
w
interesting, I literally just installed cert manager and used no
v
🤷 maybe something weird with import?
f
Good question, the Release resource pertains to helm v3. I wonder if this is related to us using helm v2 for the original deployment. My k8s provider fails to retrieve the chart, which would make sense if we used helm v2 since the release state would've been managed by tiller (deprecated on helm v3).
@future-nail-59564 ☝️
f
@fast-easter-23401 we’d have to double-check if we’re really still using helm v2. If so, maybe upgrading to v3 prior to trying the import my help? 🤔