Skip to content

Commit

Permalink
Added helm dependancy update step to get around OCI chart issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dlactin committed Nov 9, 2022
1 parent a8e54c7 commit 7a41aae
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 7a41aae

Please sign in to comment.