Closed mwalser closed 1 year ago
When Helm 3 is detected, --force-update is always passed to helm repo add. This restores the behavior that Helm 2 had.
--force-update
helm repo add
Also, clean up executeCmd() a bit. This makes it easier to pass optional arguments and also prevents the smuggling of arguments via the repo URLs.
executeCmd()
Closes #94, Closes #84
When Helm 3 is detected,
--force-update
is always passed tohelm repo add
. This restores the behavior that Helm 2 had.Also, clean up
executeCmd()
a bit. This makes it easier to pass optional arguments and also prevents the smuggling of arguments via the repo URLs.Closes #94, Closes #84