Skip to content

Commit

Permalink
Merge pull request #7 from mozilla-it/helm-dependency-update
Browse files Browse the repository at this point in the history
Added helm dependancy update step to get around OCI chart issues
  • Loading branch information
dlactin authored Nov 9, 2022
2 parents a8e54c7 + 7a41aae commit 701e09a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deploy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ runs:
shell: bash
run: helm list -n ${{ inputs.app_name }}-${{ inputs.env_name }} -a

# Workaround for --dependency-update flag failing to update OCI packaged charts
- name: helm dependency update
shell: bash
working-directory: infra_repo/${{ inputs.helm_chart_path }}
run: helm dependency update

# FIXME
# - Look at adding --atomic or --wait as flags
- name: helm install
Expand Down

0 comments on commit 701e09a

Please sign in to comment.