Skip to content

Commit

Permalink
add bitnami repo
Browse files Browse the repository at this point in the history
  • Loading branch information
hofq committed Jan 8, 2025
1 parent 6464446 commit 78418d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Add Bitnami Repo
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Run chart-releaser
uses: helm/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Compiled Helm chart dependencies
charts/**/Chart.lock
# charts/**/Chart.lock
charts/**/charts/
charts/**/.values.yaml
# Testing
Expand Down

0 comments on commit 78418d7

Please sign in to comment.