Skip to content

Commit 6a659de

Browse files
committed
feat: add params to helm command
1 parent 35f7638 commit 6a659de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ runs:
5656
- name: Deploy
5757
shell: bash
5858
run: |
59-
helm upgrade -i -f ${{ inputs.app_values_path }} -f .helm/env.yml --set image.tag=${{ inputs.version }} ${{ inputs.app }} -n ${{ inputs.namespace }} sitkoru/dotnet-app
59+
helm upgrade -i -f ${{ inputs.app_values_path }} -f .helm/env.yml --set image.tag=${{ inputs.version }} ${{ inputs.app }} -n ${{ inputs.namespace }} sitkoru/dotnet-app --atomic --history-max 5

0 commit comments

Comments
 (0)