Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions graduated/helm/step.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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 ]]
Expand Down