Skip to content

Commit

Permalink
DBP-453-Add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sahassou committed Apr 12, 2024
1 parent 272fba4 commit 812696d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,15 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
#- name: Add dependency
# run: helm dependency update dBildungsplattform/helm-charts-registry

- name: Install Helm
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 #v3.5
with:
version: 3.12.3

- name: Add dependency
run: helm dependency update

- name: Helm Repository Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
Expand Down Expand Up @@ -133,6 +135,9 @@ jobs:
image_tag="${{ inputs.image_tag }}"
fi
echo "image_tag=$image_tag" >> $GITHUB_ENV
- name: Add dependency
run: helm dependency update ${{ inputs.chart_path }}/${{ inputs.chart_name }}/charts

- name: Prepare Helm Chart
run: |
Expand Down

0 comments on commit 812696d

Please sign in to comment.