Skip to content

Commit

Permalink
Merge pull request #42 from CSCfi/gha-workflow-update
Browse files Browse the repository at this point in the history
Add Bitnami repo
  • Loading branch information
tolonenj authored Mar 10, 2025
2 parents 7555894 + 9f86408 commit 484e1ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
with:
version: v3.12.1

- name: Add NATS Helm repo
- name: Add Helm repo
run: |
helm repo add nats https://nats-io.github.io/k8s/helm/charts/ &&
helm repo add bitnami https://charts.bitnami.com/bitnami &&
helm repo update
- name: Helm Dependency
Expand Down

0 comments on commit 484e1ff

Please sign in to comment.