Skip to content

Commit b32f595

Browse files
alexlanzstplasim
andauthored
Update helm-deploy/action.yml
Co-authored-by: Simon Planinschek <plasim@bitnt.net>
1 parent d4715ce commit b32f595

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helm-deploy/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ runs:
113113
helm upgrade --wait --install ${{ inputs.release-name }} ./${{ inputs.helm-package }} \
114114
--history-max 10 \
115115
--atomic --timeout ${{ inputs.timeout }} \
116-
--set image.tag=${{ inputs.image-tag }}
116+
--set image.tag=${{ inputs.image-tag }} \
117117
--namespace ${{ inputs.namespace }} \
118118
--values ${{ inputs.values-file }} \
119119
${{ steps.grafana-files.outputs.set-file-args }}

0 commit comments

Comments
 (0)