We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2760ece commit 921417eCopy full SHA for 921417e
graduated/helm/step.yaml
@@ -2,7 +2,7 @@ kind: step-type
2
version: '1.0'
3
metadata:
4
name: helm
5
- version: 1.1.8
+ version: 1.1.9
6
title: Release a Helm chart
7
isPublic: true
8
description: Update or install a Helm chart.
@@ -214,7 +214,7 @@ spec:
214
[[- end -]]
215
[[ if .Arguments.commands ]]
216
commands:
217
- - bash -c 'source /opt/bin/release_chart'
+ - source /opt/bin/release_chart
218
[[ range $arg := .Arguments.commands ]]
219
- '[[ $arg ]]'
220
[[ end ]]
0 commit comments