Skip to content

Commit

Permalink
Merge pull request #39 from BananaOps/fix/add-helm-deps-update
Browse files Browse the repository at this point in the history
fix: add helm deps update
  • Loading branch information
jplanckeel authored Dec 16, 2024
2 parents 7fc39d0 + 0d435d2 commit 3ee35a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v4
with:
#fetch-depth: 0
fetch-depth: 0
ref: 'main'

- name: Configure Git
Expand All @@ -103,9 +103,10 @@ jobs:
- name: Helm add mongo repository
run: |
helm repo add mongodb https://repo.broadcom.com/bitnami-files
helm dependency update helm/tracker
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
uses: helm/chart-releaser-action@v1
with:
charts_dir: helm
env:
Expand Down

0 comments on commit 3ee35a8

Please sign in to comment.