diff --git a/graduated/helm/step.yaml b/graduated/helm/step.yaml index 7ce88d89d..a8bd99807 100644 --- a/graduated/helm/step.yaml +++ b/graduated/helm/step.yaml @@ -2,7 +2,7 @@ kind: step-type version: '1.0' metadata: name: helm - version: 1.1.8 + version: 1.1.9 title: Release a Helm chart isPublic: true description: Update or install a Helm chart. @@ -214,7 +214,7 @@ spec: [[- end -]] [[ if .Arguments.commands ]] commands: - - bash -c 'source /opt/bin/release_chart' + - source /opt/bin/release_chart [[ range $arg := .Arguments.commands ]] - '[[ $arg ]]' [[ end ]]