I've run into the same issue a few times where the _scripts/helm_handle_chart.sh file loses its executable flag.
I personally believe that it is on the plugin to ensure its script files contain the executable flag, as it is the responsibility of bitops core to ensure that the X flag is used on the entry script (deploy.sh).
I've run into the same issue a few times where the
_scripts/helm_handle_chart.shfile loses its executable flag.I personally believe that it is on the plugin to ensure its script files contain the executable flag, as it is the responsibility of bitops core to ensure that the X flag is used on the entry script (deploy.sh).