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 df81731 commit 2760eceCopy full SHA for 2760ece
graduated/helm/step.yaml
@@ -2,7 +2,7 @@ kind: step-type
2
version: '1.0'
3
metadata:
4
name: helm
5
- version: 1.1.7
+ version: 1.1.8
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
- - source /opt/bin/release_chart
+ - bash -c 'source /opt/bin/release_chart'
218
[[ range $arg := .Arguments.commands ]]
219
- '[[ $arg ]]'
220
[[ end ]]
0 commit comments