You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Helm's SDK was quickly created to satisfy a need for users to utilize Helm programatically. Unfortunately, as a nascent effort, the SDK wasn't cleanly separated from the CLI. And over time, the SDK has grown various warts and oddities for SDK users.
Helm's SDK was quickly created to satisfy a need for users to utilize Helm programatically. Unfortunately, as a nascent effort, the SDK wasn't cleanly separated from the CLI. And over time, the SDK has grown various warts and oddities for SDK users.
For example, using the install action looks somewhat like:
https://helm.sh/docs/sdk/examples/#install-action
https://helm.sh/docs/sdk/examples/#driver
This issue is to get started with how improving the SDK can be done. Goal is to write a (Helm 4) HIP for January and make improvements for Helm 4.
The text was updated successfully, but these errors were encountered: