Skip to content

Commit

Permalink
shell is a required property
Browse files Browse the repository at this point in the history
  • Loading branch information
jbuck committed Jul 24, 2022
1 parent 82a3eb2 commit e9a8d14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,17 @@ runs:
project_id: ${{ inputs.k8s_cluster_project }}

- name: helm version
shell: bash
run: helm version

- name: helm list
shell: bash
run: helm list -n ${{ inputs.app_name }}-${{ inputs.env_name }} -a

# FIXME
# - Look at adding --atomic or --wait as flags
# - Look at adding flags for values files
# - Consider using https://github.com/deliverybot/helm or https://github.com/vimeda/helm
- name: helm install
shell: bash
run: helm upgrade --install -n ${{ inputs.app_name }}-${{ inputs.env_name }} ${{ inputs.helm_release_name }} ./infra/${{ inputs.helm_chart_path }}

0 comments on commit e9a8d14

Please sign in to comment.